X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=http_send.c;h=90e3ee57d1b6d40152ef6fc4026331766e2524c5;hb=4ce5b6570ed83ef2ab5296f369f147593507286b;hp=0a90e8840cdf76e683a276d569fba3bfcd710c2b;hpb=b142089267ef501e438c3dc77ecf19bead3d4e58;p=paraslash.git diff --git a/http_send.c b/http_send.c index 0a90e884..90e3ee57 100644 --- a/http_send.c +++ b/http_send.c @@ -191,7 +191,7 @@ static void http_post_monitor(__a_unused struct sched *s) sc = accept_sender_client(hss); if (!sc) return; - phsd = para_malloc(sizeof(*phsd)); + phsd = alloc(sizeof(*phsd)); sc->private_data = phsd; phsd->status = HTTP_CONNECTED; }