Actions
Bug #1398
closedndn-cpp-dev incorrectly dismisses protocol="nrd-0.1" as incorrect protocol
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/24/2014
Due date:
% Done:
100%
Estimated time:
Description
Steps to reproduce:
- start NFD
in $HOME/.ndn/client.conf, write:
unix_socket=/var/run/nfd.sock protocol=nrd-0.1run any ndn-cpp-dev app
Expected: no error message
Actual: Cannot create controller for unsupported protocol "nrd-0.1"
Updated by Junxiao Shi over 11 years ago
- Description updated (diff)
From Alex:
There is missing "else" on line 93 in
src/face.cpp
Updated by Alex Afanasyev over 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Actions