mirror of
https://github.com/fumiama/simple-kanban.git
synced 2026-06-09 02:30:25 +08:00
fix
This commit is contained in:
2
server.c
2
server.c
@@ -269,8 +269,6 @@ static int close_file_and_send(threadtimer_t *timer, char *data, size_t numbytes
|
||||
// handle_accept 初步解析指令,处理部分粘连
|
||||
static void handle_accept(void *p) {
|
||||
puts("Connected to the client.");
|
||||
signal(SIGQUIT, exit_thread);
|
||||
signal(SIGPIPE, exit_thread);
|
||||
pthread_t thread;
|
||||
if (pthread_create(&thread, &attr, (void *)&accept_timer, p)) {
|
||||
puts("Error creating timer thread");
|
||||
|
||||
@@ -11,7 +11,7 @@ $kanban
|
||||
EOF
|
||||
echo md5:${md5val##* } | tr -d '\n' >> $3
|
||||
cat > cmd_seq.txt << EOF
|
||||
fumiamaset$6
|
||||
$5set$6
|
||||
dat
|
||||
file
|
||||
$4
|
||||
|
||||
Reference in New Issue
Block a user