]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afs.c: Remove outdated comment.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 4 Apr 2015 21:02:01 +0000 (21:02 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 12 Aug 2015 21:23:47 +0000 (23:23 +0200)
The call_calback() does not write anything to the given fd.

afs.c

diff --git a/afs.c b/afs.c
index 5fa76adcc1bf5e4a5ff93b5b2f22e1345da805c7..53fa5379dc906ccb173535ab06bbe9c770f4b25a 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -820,11 +820,6 @@ err:
        return ret;
 }
 
        return ret;
 }
 
-/*
- * On errors, negative value is written to fd.
- * On success: If query produced a result, the result_shmid is written to fd.
- * Otherwise, zero is written.
- */
 static int call_callback(int fd, int query_shmid)
 {
        void *query_shm;
 static int call_callback(int fd, int query_shmid)
 {
        void *query_shm;