From 9ddcfb87aaf55a552b5c8f2c3cc87c6fdaf5a2b4 Mon Sep 17 00:00:00 2001 From: Andrew Bettison Date: Fri, 22 Nov 2013 11:49:27 +1030 Subject: [PATCH] Fix output delimiter in "reverse lookup" command --- commandline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commandline.c b/commandline.c index 6514f401..5aed982a 100644 --- a/commandline.c +++ b/commandline.c @@ -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", ":");