]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod_command.c
Improve documentation of mm.c and mm.h.
[paraslash.git] / audiod_command.c
index 8319b0f13cb8cd103cb183e17c29cdb140a27976..9623c4f51453c81deb6f11d97a218bcb8696c987 100644 (file)
@@ -426,7 +426,7 @@ int handle_connect(int accept_fd, fd_set *rfds)
        uid_t uid;
        const struct lls_command *cmd;
        struct lls_parse_result *lpr;
-       char *errctx;
+       char *errctx = NULL;
        const struct audiod_command_info *aci;
 
        ret = para_accept(accept_fd, rfds, &unix_addr, sizeof(struct sockaddr_un), &clifd);