X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod_command.c;h=278e6ef69e9f38a081aea8637405de8fcdc6e600;hp=294815e12e8c1e2347b6acb7e9cb078da365b534;hb=0f4910b50116416fefb09ca67a615679067ef359;hpb=00ae8d84bfe8872be809617a31fc11a35e145995 diff --git a/audiod_command.c b/audiod_command.c index 294815e1..278e6ef6 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -84,7 +84,7 @@ struct stat_client { int fd; /** Bitmask of those status items the client is interested in. */ uint64_t item_mask; - /** See \ref stat_client flags. s*/ + /** See \ref stat_client flags. */ unsigned flags; /** Its entry in the list of stat clients. */ struct list_head node; @@ -448,7 +448,7 @@ int handle_connect(int accept_fd, fd_set *rfds, uid_t *uid_whitelist) if (ret < 0) goto out; uid = ret; - PARA_INFO_LOG("connection from user %i, buf: %s\n", ret, buf); + PARA_INFO_LOG("connection from user %i, buf: %s\n", ret, buf); ret = check_perms(uid, uid_whitelist); if (ret < 0) goto out;