X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.c;h=00a82b02bd55156c887cd21b8076a94ff4c281b0;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hp=710670255b2ec1cf67b9ab4e74823bfe19dd3a02;hpb=5d72d5880a6bd319a8ce2bf7dd2e4921938c77c2;p=paraslash.git diff --git a/afs.c b/afs.c index 71067025..00a82b02 100644 --- 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);