]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
Remove send_bin_buffer().
[paraslash.git] / client_common.c
index bb421e3ab81c3a28a724f89c84a8c24f993d86e0..5ac1cdb77ced80efe804c7017d9f4ec7a03bc940 100644 (file)
@@ -218,8 +218,7 @@ static void client_post_select(struct sched *s, struct task *t)
                        SESSION_KEY_LEN);
                hash_to_asc(challenge_hash, buf);
                PARA_INFO_LOG("--> %s\n", buf);
-               ret = send_bin_buffer(ct->scc.fd, (char *)challenge_hash,
-                       HASH_SIZE);
+               ret = write_all(ct->scc.fd, (char *)challenge_hash, HASH_SIZE);
                if (ret < 0)
                        goto out;
                ct->status = CL_SENT_CH_RESPONSE;