X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=http_send.c;h=90e3ee57d1b6d40152ef6fc4026331766e2524c5;hb=501b83a39828c9d3db5498c7352a2e5b60175bba;hp=0a90e8840cdf76e683a276d569fba3bfcd710c2b;hpb=5967ac5353739c3ff571dd12d4c6814fa8493ad8;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; }