mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 18:56:25 +00:00
fixed introduced bug where "node info" failed to provide automatic
resolution of DIDs and names for local identities.
This commit is contained in:
parent
30e254560a
commit
3281f2c652
@ -1601,7 +1601,7 @@ int app_node_info(int argc, const char *const *argv, struct command_line_option
|
||||
|
||||
mdp.packetTypeAndFlags=MDP_NODEINFO;
|
||||
if (argc>3) resolveDid=1;
|
||||
mdp.nodeinfo.resolve_did=0; // so we know that we don't have a result yet.
|
||||
mdp.nodeinfo.resolve_did=1; // Request resolution of DID and Name by local server if it can.
|
||||
|
||||
/* get SID or SID prefix
|
||||
XXX - Doesn't correctly handle odd-lengthed SID prefixes (ignores last digit).
|
||||
|
Loading…
Reference in New Issue
Block a user