[Commit] librr/src rr_client.c,1.5,1.6

Carl Worth commit at keithp.com
Sat Jun 14 03:09:15 PDT 2003


Committed by: cworth

Update of /local/src/CVS/librr/src
In directory home.keithp.com:/tmp/cvs-serv20547/src

Modified Files:
	rr_client.c 
Log Message:
Fix for bogus protocol error messages

Index: rr_client.c
===================================================================
RCS file: /local/src/CVS/librr/src/rr_client.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rr_client.c	14 Jun 2003 07:32:26 -0000	1.5
+++ rr_client.c	14 Jun 2003 09:09:13 -0000	1.6
@@ -607,10 +607,11 @@
     if (status)
 	goto DONE;
 
+    status = _rr_client_recv (client, request, &recv);
+
     if (r)
 	free (r);
 
-    status = _rr_client_recv (client, request, &recv);
     if (status)
 	goto DONE;
 




More information about the Commit mailing list