projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50503de
)
fix cut-and paste typo.
author
Andre
<maan@p133.(none)>
Mon, 12 Jun 2006 13:16:01 +0000
(15:16 +0200)
committer
Andre
<maan@p133.(none)>
Mon, 12 Jun 2006 13:16:01 +0000
(15:16 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index
bd7b9f2
..
97d5274
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;