|
@@ -191,7 +191,7 @@ static void unix_server_loop(void)
|
|
int ret;
|
|
int ret;
|
|
str cmd, buffer;
|
|
str cmd, buffer;
|
|
static char buf[UNIXSOCK_BUF_SIZE];
|
|
static char buf[UNIXSOCK_BUF_SIZE];
|
|
- struct unixsock_cmd* c;
|
|
|
|
|
|
+ struct unixsock_cmd* c = NULL;
|
|
|
|
|
|
while(1) {
|
|
while(1) {
|
|
reply_addr_len = sizeof(reply_addr);
|
|
reply_addr_len = sizeof(reply_addr);
|