cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/src/buffer.c


From: Larry Jones
Subject: [Cvs-cvs] Changes to ccvs/src/buffer.c
Date: Fri, 02 Sep 2005 17:51:12 -0400

Index: ccvs/src/buffer.c
diff -u ccvs/src/buffer.c:1.60 ccvs/src/buffer.c:1.61
--- ccvs/src/buffer.c:1.60      Wed Jul 13 17:06:35 2005
+++ ccvs/src/buffer.c   Fri Sep  2 21:51:08 2005
@@ -2157,11 +2157,7 @@
 
     if (statted && closefd && close (fb->fd) == -1)
     {
-       if (0
-# ifdef SERVER_SUPPORT
-           || server_active
-# endif /* SERVER_SUPPORT */
-           )
+       if (server_active)
        {
             /* Syslog this? */
        }




reply via email to

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