bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mixing rsh and pserver auth in CVS/Root: 'shutting down connection t


From: Larry Jones
Subject: Re: Mixing rsh and pserver auth in CVS/Root: 'shutting down connection to cvsserver'
Date: Fri, 29 Sep 2000 13:35:30 -0400 (EDT)

Joerg.Thoennes@data-sciences.de writes:
> 
> >Synopsis:    Mixing rsh and pserver auth in CVS/Root: 'shutting down
> >connection to cvsserver'

Thanks; I've just checked in a fix for this problem.  If anyone needs a
patch, here it is:

RCS file: /home2/cvsroot/ccvs/src/client.c,v
retrieving revision 1.285
diff -u -r1.285 client.c
--- client.c    2000/07/06 16:20:41     1.285
+++ client.c    2000/09/29 17:33:21
@@ -3561,6 +3561,7 @@
            if (shutdown (server_fd, 1) < 0)
                error (1, 0, "shutting down connection to %s: %s",
                       CVSroot_hostname, SOCK_STRERROR (SOCK_ERRNO));
+           server_fd = -1;
             /*
              * This test will always be true because we dup the descriptor
              */

-Larry Jones

OK, what's the NEXT amendment say?  I know it's in here someplace. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]