1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-22 12:10:42 +08:00

改正顺序

This commit is contained in:
fumiama
2021-12-08 22:59:29 +08:00
parent 1c17abc83b
commit bafb74c542

View File

@@ -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);