X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.c;h=3da39f324b83b2a6d83d1f468732f74cc4313ae2;hb=efee4efb5ba8833d14f75d7f389297164ef41aff;hp=f29080290424d95506ec643df567e24c2d095a74;hpb=5967ac5353739c3ff571dd12d4c6814fa8493ad8;p=paraslash.git diff --git a/afs.c b/afs.c index f2908029..3da39f32 100644 --- a/afs.c +++ b/afs.c @@ -960,7 +960,7 @@ static int command_post_monitor(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);