]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.c
Get rid of E_RECV.
[paraslash.git] / afs.c
diff --git a/afs.c b/afs.c
index e84d9a8839a14b5ec7267b62f2c5065414863276..09d4212610e26f5be064d97097bdff4ed8879055 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -206,7 +206,7 @@ int send_callback_request(callback_function *f, struct osl_object *query,
        if (ret < 0)
                goto out;
        if (ret != sizeof(int)) {
-               ret = -E_RECV;
+               ret = -E_AFS_SHORT_READ;
                goto out;
        }
        ret = *(int *) buf;