X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod_command.c;h=cccc2a8908d933d0d5ef2f41bb6b79dc11602baf;hp=8319b0f13cb8cd103cb183e17c29cdb140a27976;hb=173091699461dc4c08cb34bdb692cf001d8b578f;hpb=15d4c69ddcf88dd9046ed8d2847a428145a32045 diff --git a/audiod_command.c b/audiod_command.c index 8319b0f1..cccc2a89 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -416,7 +416,7 @@ EXPORT_AUDIOD_CMD_HANDLER(version) * \return Positive on success, negative on errors, zero if there was no * connection to accept. * - * \sa para_accept(), recv_cred_buffer() + * \sa \ref para_accept(), \ref recv_cred_buffer(). * */ int handle_connect(int accept_fd, fd_set *rfds) { @@ -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);