commit | 79494164c3e48247b80cfc592454bc257893a952 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Apr 02 18:25:11 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Apr 02 18:43:01 2014 -0700 |
tree | cdda289b9d2b15f60e766ff74b2cfaf3e84e39f5 | |
parent | e38b1c4e8feb20252dfa67ee1fda6b0f106aa78d [diff] [blame] |
face: Face::getLocalUri refs #1396 Change-Id: Icf02ae0a4136b6da3f6388cdce2f861bec44e940
diff --git a/daemon/mgmt/internal-face.cpp b/daemon/mgmt/internal-face.cpp index a5bcf5a..e04afaf 100644 --- a/daemon/mgmt/internal-face.cpp +++ b/daemon/mgmt/internal-face.cpp
@@ -13,7 +13,7 @@ NFD_LOG_INIT("InternalFace"); InternalFace::InternalFace() - : Face(FaceUri("internal://"), true) + : Face(FaceUri("internal://"), FaceUri("internal://"), true) { }