X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=09d4212610e26f5be064d97097bdff4ed8879055;hp=e84d9a8839a14b5ec7267b62f2c5065414863276;hb=7a8d90c41b758d1c3ae8530a44ccd9aaa857581e;hpb=89b30ef7b5ee1bb73b8efa3ccbb53c229066439e diff --git a/afs.c b/afs.c index e84d9a88..09d42126 100644 --- 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;