1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-05 02:00:25 +08:00

改正顺序

This commit is contained in:
fumiama
2021-12-08 23:09:08 +08:00
parent d1800d26c7
commit ed57e18b05

View File

@@ -382,7 +382,7 @@ 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, setpass) else take_word(p, delpass) else take_word(p, "cat") else take_word(p, "md5");
take_word(p, setpass) else take_word(p, delpass);
if(timer_pointer_of(p)->numbytes > 0) chkbuf(p);
}
printf("Break: recv %u bytes\n", timer_pointer_of(p)->numbytes);