X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=b39a8b0199f0fbe66f95c12a34c5c6b05b5d23d7;hp=873edc163b3e5f5164307d647724cf6655ec0d5f;hb=e8ca7526ddebc98f3023736f77fa13b65034767b;hpb=db3534991b7c1d72f9ceed435ecbcba39660a758 diff --git a/client.c b/client.c index 873edc16..b39a8b01 100644 --- a/client.c +++ b/client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2013 Andre Noll + * Copyright (C) 1997-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -114,7 +114,6 @@ static int execute_client_command(const char *cmd, char **result) schedule(&command_sched); *result = exec_task.result_buf; btr_remove_node(&exec_task.btrn); - client_disconnect(ct); ret = 1; out: btr_remove_node(&exec_task.btrn); @@ -444,7 +443,6 @@ static int client_i9e_line_handler(char *line) { int ret; - client_disconnect(ct); PARA_DEBUG_LOG("line: %s\n", line); ret = make_client_argv(line); if (ret <= 0)