]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fix cut-and paste typo.
authorAndre <maan@p133.(none)>
Mon, 12 Jun 2006 13:16:01 +0000 (15:16 +0200)
committerAndre <maan@p133.(none)>
Mon, 12 Jun 2006 13:16:01 +0000 (15:16 +0200)
client.c

index bd7b9f2e65de6f0e75f5d8ad09a09c6ed22dd0d1..97d5274666013968347d28d345e0af809f580559 100644 (file)
--- 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;