1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-10 19:40:34 +08:00

🐛 fix 时序

This commit is contained in:
fumiama
2022-01-10 11:55:44 +08:00
parent 9b55640197
commit 39d1dc3d4e

View File

@@ -380,6 +380,7 @@ void handle_accept(void *p) {
//处理部分粘连
take_word(p, cfg->pwd);
take_word(p, "get");
take_word(p, "set");
take_word(p, "cat");
take_word(p, "quit");
take_word(p, cfg->sps);