Update of /cvsroot/refdb/refdb/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13865
Modified Files:
refdb-client.c
Log Message:
send_xml_data(): fixed communication protocol
Index: refdb-client.c
===================================================================
RCS file: /cvsroot/refdb/refdb/src/refdb-client.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -U2 -r1.30 -r1.31
--- refdb-client.c 11 Feb 2004 23:42:05 -0000 1.30
+++ refdb-client.c 15 Feb 2004 22:58:50 -0000 1.31
@@ -645,4 +645,5 @@
/* printf("phase4 server reply:%s<<\n", inbuffer); */
if (numbyte == -1 || strcmp(inbuffer, "POS") != 0) {
+ tiwrite(n_sockfd, "QUIT", TERM_YES);
if (numbyte == -1) {
fprintf(errstream, "could not read from refdbd. Stop\n");
|