[srvx-commits] CVS: services/src uplink.c,1.7,1.8
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-08-10 05:08:20
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv4372/src Modified Files: uplink.c Log Message: don't send an extra NUL byte to server (sheesh) Index: uplink.c =================================================================== RCS file: /cvsroot/srvx/services/src/uplink.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** uplink.c 2001/08/08 15:45:50 1.7 --- uplink.c 2001/08/10 05:08:16 1.8 *************** *** 507,511 **** buffer[len++] = '\r'; buffer[len++] = '\n'; - buffer[len++] = 0; if (send(socket_fd, buffer, len, 0) < 0) { log(MAIN_LOG, LOG_ERROR, "Write failed: %s\n", strerror(errno)); --- 507,510 ---- |