mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-07 11:08:36 +00:00
Fix output delimiter in "reverse lookup" command
This commit is contained in:
parent
0085291ae6
commit
9ddcfb87aa
@ -2758,7 +2758,7 @@ int app_reverse_lookup(const struct cli_parsed *parsed, struct cli_context *cont
|
||||
|
||||
/* Got a good DNA reply, copy it into place and stop polling */
|
||||
cli_field_name(context, "sid", ":");
|
||||
cli_put_string(context, sidhex, ":");
|
||||
cli_put_string(context, sidhex, "\n");
|
||||
cli_field_name(context, "did", ":");
|
||||
cli_put_string(context, did, "\n");
|
||||
cli_field_name(context, "name", ":");
|
||||
|
Loading…
x
Reference in New Issue
Block a user