X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod_command.c;h=22b47cf3eda16070079856f725611b38171ea58f;hp=68cc15fbeca828d436be083f23f9aec19dac28e4;hb=074b80bb23b8fa610464bd98dc4bc7dd2babc88a;hpb=6aea41e619e9ec72167483465ca959715faa8e55 diff --git a/audiod_command.c b/audiod_command.c index 68cc15fb..22b47cf3 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -78,7 +78,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; @@ -440,7 +440,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;