X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=05c2c21367e93f851cf4ac6d89deece65ac23d06;hp=018fc5dcd23f51da96291504b75e16f80fd46aff;hb=6d5a56308a3a833b08ae0e3692b794fb6122ea60;hpb=c73d23911d78ed10179c12ef8f79a3fcf3bbcdaf diff --git a/afs.c b/afs.c index 018fc5dc..05c2c213 100644 --- a/afs.c +++ b/afs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Andre Noll + * Copyright (C) 2007-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -148,7 +148,7 @@ struct callback_result { * \param result Callback result will be stored here. * * This function creates a shared memory area, copies the buffer pointed to by - * query to that area and notifies the afs process that \a f should be + * \a query to that area and notifies the afs process that \a f should be * called ASAP. * * \return Negative, on errors, the return value of the callback function @@ -639,7 +639,8 @@ static int setup_command_socket_or_die(void) close(socket_fd); return ret; } - PARA_INFO_LOG("listening on socket %s (fd %d)\n", socket_name, ret); + PARA_INFO_LOG("listening on socket %s (fd %d)\n", socket_name, + socket_fd); return socket_fd; }