X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_recv.c;h=c3d918c51ab37069c05f879a2492b38d1ce6fd4d;hp=e6031e752bf89bfd194d118af42e0914ccb5d989;hb=748d1368bc96dd7e1af879df1ea41b4d52842f7e;hpb=4867d9a4948aadde4dd59436e1c5fb0fc141ba89 diff --git a/http_recv.c b/http_recv.c index e6031e75..c3d918c5 100644 --- a/http_recv.c +++ b/http_recv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2011 Andre Noll + * Copyright (C) 2005-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -95,7 +95,7 @@ static void http_recv_post_select(struct sched *s, struct task *t) return; rq = make_request_msg(); PARA_INFO_LOG("sending http request\n"); - ret = send_va_buffer(rn->fd, "%s", rq); + ret = write_va_buffer(rn->fd, "%s", rq); free(rq); if (ret < 0) goto out;