From 7300193becde71a344c8ac0973dc290fa24d800d Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Tue, 25 Aug 2015 21:55:54 +0200 Subject: Imported Upstream version 2.9.1+dfsg1 --- xmlcatalog.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'xmlcatalog.c') diff --git a/xmlcatalog.c b/xmlcatalog.c index b9ed6a4..43f455a 100644 --- a/xmlcatalog.c +++ b/xmlcatalog.c @@ -181,13 +181,12 @@ static void usershell(void) { /* * start interpreting the command */ - if (!strcmp(command, "exit") || - !strcmp(command, "quit") || - !strcmp(command, "bye")) { - free(cmdline); + if (!strcmp(command, "exit")) + break; + if (!strcmp(command, "quit")) + break; + if (!strcmp(command, "bye")) break; - } - if (!strcmp(command, "public")) { if (nbargs != 1) { printf("public requires 1 arguments\n"); -- cgit v1.2.3