X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=http_send.c;h=c26572f024557fc4f206835a7e93f24cf59d0231;hb=748d1368bc96dd7e1af879df1ea41b4d52842f7e;hp=8b705d0d156b65f57caab561163b32c65fb77c92;hpb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0;p=paraslash.git diff --git a/http_send.c b/http_send.c index 8b705d0d..c26572f0 100644 --- a/http_send.c +++ b/http_send.c @@ -53,7 +53,7 @@ static struct sender_status http_sender_status, *hss = &http_sender_status; static int http_send_msg(struct sender_client *sc, const char *msg) { - int ret = send_buffer(sc->fd, msg); + int ret = write_buffer(sc->fd, msg); if (ret < 0) shutdown_client(sc, hss);