]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - recv_common.c
Merge topic branch t/sf_float into pu
[paraslash.git] / recv_common.c
index ad34991c6a5b281aa6c39e392befa4fe64422335..1939300a7c946d68d1b324ee6beb8c0bf146893b 100644 (file)
@@ -41,7 +41,7 @@ int check_receiver_arg(const char *ra, struct lls_parse_result **lprp)
        *lprp = NULL;
        if (!ra || !*ra) {
                argc = 1;
-               argv = para_malloc(2 * sizeof(char*));
+               argv = alloc(2 * sizeof(char*));
                argv[0] = para_strdup("http");
                argv[1] = NULL;
        } else {