Actions
Bug #1517
closedregisterPrefix adds the onInterest callback even when registration fails
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
04/21/2014
Due date:
% Done:
0%
Estimated time:
Description
Currently, registerPrefix adds the onInterest callback to the registeredPrefixTable_ before sending the registration command to the forwarder. If the registration fails, the callback remains in the registeredPrefixTable_. It should only add the callback after the registration command returns a success response.
Actions