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

fix: mutex

This commit is contained in:
源文雨
2022-04-10 14:08:06 +08:00
parent fe16d773a8
commit 5084f796a9
3 changed files with 9 additions and 6 deletions

View File

@@ -27,8 +27,8 @@ static struct sockaddr_in their_addr;
static pthread_t thread;
static uint32_t file_size;
static int recv_bin = 0;
static char pwd[64] = "testpwd";
static char sps[64] = "testsps";
static char pwd[64] = "fumiama";
static char sps[64] = "minamoto";
void getMessage(void *p) {
int c = 0, offset = 0;