Project

General

Profile

Bug #1398

Updated by Junxiao Shi over 11 years ago

Steps to reproduce: 

 1. start NFD 
 2. There is missing "else" on line 93 in $HOME/.ndn/client.conf, write: 

         unix_socket=/var/run/nfd.sock 
         protocol=nrd-0.1 

 3. run any ndn-cpp-dev app 

 Expected: no error message   
 Actual: `Cannot create controller for unsupported protocol "nrd-0.1"` 
 ``src/face.cpp``

Back