]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_send.c
string: Rename para_malloc() -> alloc().
[paraslash.git] / http_send.c
index c6b9decca941489c82b629982ddb6d6dbdb2ea33..fab703cde721ea894785deaa71d8052d728fab36 100644 (file)
@@ -191,7 +191,7 @@ static void http_post_select(fd_set *rfds, __a_unused fd_set *wfds)
        sc = accept_sender_client(hss, rfds);
        if (!sc)
                return;
-       phsd = para_malloc(sizeof(*phsd));
+       phsd = alloc(sizeof(*phsd));
        sc->private_data = phsd;
        phsd->status = HTTP_CONNECTED;
 }