cvs-cvs
[Top][All Lists]
Advanced

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

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


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

Index: ccvs/src/logmsg.c
diff -u ccvs/src/logmsg.c:1.98 ccvs/src/logmsg.c:1.99
--- ccvs/src/logmsg.c:1.98      Tue Aug 30 01:55:19 2005
+++ ccvs/src/logmsg.c   Fri Sep  2 21:51:08 2005
@@ -202,11 +202,7 @@
     struct stat pre_stbuf, post_stbuf;
     int retcode = 0;
 
-#ifdef CLIENT_SUPPORT
     assert (!current_parsed_root->isremote != !repository);
-#else
-    assert (repository);
-#endif
 
     if (noexec || reuse_log_message)
        return;
@@ -408,11 +404,9 @@
     struct verifymsg_proc_data data;
     struct stat post_stbuf;
 
-#ifdef CLIENT_SUPPORT
     if (current_parsed_root->isremote)
        /* The verification will happen on the server.  */
        return;
-#endif
 
     /* FIXME? Do we really want to skip this on noexec?  What do we do
        for the other administrative files?  */




reply via email to

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