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 [cvs1-11-x-branch]


From: Larry Jones
Subject: [Cvs-cvs] Changes to ccvs/src/buffer.c [cvs1-11-x-branch]
Date: Fri, 02 Sep 2005 15:37:39 -0400

Index: ccvs/src/buffer.c
diff -u ccvs/src/buffer.c:1.21.4.12 ccvs/src/buffer.c:1.21.4.13
--- ccvs/src/buffer.c:1.21.4.12 Tue Jul 12 14:07:54 2005
+++ ccvs/src/buffer.c   Fri Sep  2 19:37:33 2005
@@ -1491,11 +1491,7 @@
 
     if (closefp && fclose (bc->fp) == EOF)
     {
-       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]