mirror of
https://github.com/fumiama/simple-dict.git
synced 2026-06-07 11:10:24 +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);
|
||||
puts("Check buffer");
|
||||
take_word(p, cfg->pwd);
|
||||
take_word(p, "cat");
|
||||
take_word(p, "md5");
|
||||
take_word(p, setpass);
|
||||
take_word(p, delpass);
|
||||
take_word(p, "cat");
|
||||
take_word(p, "md5");
|
||||
if(timer_pointer_of(p)->numbytes > 0) chkbuf(p);
|
||||
}
|
||||
printf("Break: recv %u bytes\n", timer_pointer_of(p)->numbytes);
|
||||
|
||||
Reference in New Issue
Block a user