X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;fp=afs.c;h=3da39f324b83b2a6d83d1f468732f74cc4313ae2;hp=f29080290424d95506ec643df567e24c2d095a74;hb=563b56a493d6a2bdcdebafadd907954dbe1de8a8;hpb=82aedc35a6cdf2c7e0d27fc16f75529722505dac 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);