]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_send.c
Merge topic branch t/overflow into master
[paraslash.git] / http_send.c
index 0a90e8840cdf76e683a276d569fba3bfcd710c2b..90e3ee57d1b6d40152ef6fc4026331766e2524c5 100644 (file)
@@ -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;
 }