]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.c
string: Rename para_malloc() -> alloc().
[paraslash.git] / afs.c
diff --git a/afs.c b/afs.c
index 710670255b2ec1cf67b9ab4e74823bfe19dd3a02..00a82b02bd55156c887cd21b8076a94ff4c281b0 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -959,7 +959,7 @@ static int command_post_select(struct sched *s, void *context)
                close(fd);
                return 0;
        }
-       client = para_malloc(sizeof(*client));
+       client = alloc(sizeof(*client));
        client->fd = fd;
        client->connect_time = *now;
        para_list_add(&client->node, &afs_client_list);