X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=http_recv.c;h=59f00d831c6bf3f03747a808599b929a66e7edc3;hb=c4d243653174f3f4ffc331a4bfc54de94d612f34;hp=a6d792b7c6a8818759febf796287daf0680f6956;hpb=8248f915d9ffef663f2a1d9c70393da6a4a5c7d2;p=paraslash.git diff --git a/http_recv.c b/http_recv.c index a6d792b7..59f00d83 100644 --- a/http_recv.c +++ b/http_recv.c @@ -215,7 +215,7 @@ static int http_recv_open(struct receiver_node *rn) phd->fd = fd; phd->status = HTTP_CONNECTED; if (conf->buffer_tree_given) - rn->btrn = btr_new_node("receiver", NULL); + rn->btrn = btr_new_node("receiver", NULL, NULL); return 1; }