From: Andre Date: Mon, 12 Jun 2006 13:16:01 +0000 (+0200) Subject: fix cut-and paste typo. X-Git-Tag: v0.2.14~62^2~16 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=72a56476909e759085b8f1675575f36c9ffcf2bb;hp=50503de472aeb63f52c7ef6ba26e11b66f54c7bb fix cut-and paste typo. --- diff --git a/client.c b/client.c index bd7b9f2e..97d52746 100644 --- a/client.c +++ b/client.c @@ -328,7 +328,6 @@ static void client_post_select(struct sched *s, struct task *t) case CL_SENT_COMMAND: p->loaded = 0; t->ret = client_recv_buffer(p); - p->loaded = 0; if (t->ret < 0) return; t->ret = -E_HANDSHAKE_COMPLETE;