mirror of
https://github.com/fumiama/simple-dict.git
synced 2026-06-22 04:02:59 +08:00
改正顺序
This commit is contained in:
4
server.c
4
server.c
@@ -382,10 +382,10 @@ static void handle_accept(void *p) {
|
|||||||
printf("Get %u bytes: %s\n", timer_pointer_of(p)->numbytes, buff);
|
printf("Get %u bytes: %s\n", timer_pointer_of(p)->numbytes, buff);
|
||||||
puts("Check buffer");
|
puts("Check buffer");
|
||||||
take_word(p, cfg->pwd);
|
take_word(p, cfg->pwd);
|
||||||
take_word(p, "cat");
|
|
||||||
take_word(p, "md5");
|
|
||||||
take_word(p, setpass);
|
take_word(p, setpass);
|
||||||
take_word(p, delpass);
|
take_word(p, delpass);
|
||||||
|
take_word(p, "cat");
|
||||||
|
take_word(p, "md5");
|
||||||
if(timer_pointer_of(p)->numbytes > 0) chkbuf(p);
|
if(timer_pointer_of(p)->numbytes > 0) chkbuf(p);
|
||||||
}
|
}
|
||||||
printf("Break: recv %u bytes\n", timer_pointer_of(p)->numbytes);
|
printf("Break: recv %u bytes\n", timer_pointer_of(p)->numbytes);
|
||||||
|
|||||||
Reference in New Issue
Block a user