X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=97c3d5694a8dd83fd24c753495bf1411011ae7b9;hp=2b748f255fb0f494bfac0eb786e756b7d9509123;hb=e5f02e0748de02eabfb8e0746af09eb676ec1dc0;hpb=5b15980ce22a3a4244e2440f46eac19eb0ceb3ef diff --git a/afs.c b/afs.c index 2b748f25..97c3d569 100644 --- a/afs.c +++ b/afs.c @@ -233,7 +233,7 @@ int send_callback_request(callback_function *f, struct osl_object *query, *(uint32_t *) buf = afs_socket_cookie; *(int *) (buf + sizeof(afs_socket_cookie)) = query_shmid; - ret = create_remote_socket(conf.afs_socket_arg); + ret = connect_local_socket(conf.afs_socket_arg); if (ret < 0) goto out; fd = ret;