Project

General

Profile

Actions

Bug #1398

closed

ndn-cpp-dev incorrectly dismisses protocol="nrd-0.1" as incorrect protocol

Added by Alex Afanasyev over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/24/2014
Due date:
% Done:

100%

Estimated time:

Description

Steps to reproduce:

  1. start NFD
  2. 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"

Actions #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

Actions #2

Updated by Alex Afanasyev over 11 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF