X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=5bd2241b8d933fb69309560d5b2056ed6438cdd9;hp=5ac1cdb77ced80efe804c7017d9f4ec7a03bc940;hb=869f0e06ec4e15abc9230c1b2d7615da5250802e;hpb=c59730ef3c559fd79784c55153410db592eebd68 diff --git a/client_common.c b/client_common.c index 5ac1cdb7..5bd2241b 100644 --- a/client_common.c +++ b/client_common.c @@ -188,7 +188,7 @@ static void client_post_select(struct sched *s, struct task *t) PARA_INFO_LOG("--> %s\n", buf); if (!FD_ISSET(ct->scc.fd, &s->wfds)) return; - ret = send_buffer(ct->scc.fd, buf); + ret = write_buffer(ct->scc.fd, buf); if (ret < 0) goto out; ct->status = CL_SENT_AUTH;