cvs-cvs
[Top][All Lists]
Advanced

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

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


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/parseinfo.c
Date: Tue, 06 Sep 2005 00:41:48 -0400

Index: ccvs/src/parseinfo.c
diff -u ccvs/src/parseinfo.c:1.83 ccvs/src/parseinfo.c:1.84
--- ccvs/src/parseinfo.c:1.83   Tue Sep  6 00:40:50 2005
+++ ccvs/src/parseinfo.c        Tue Sep  6 04:41:48 2005
@@ -491,9 +491,10 @@
 
            /* Ignoring method.  */
            if (!tmproot
-               /* FIXME: Check isThisHost (tmproot->hostname).  */
+#if defined CLIENT_SUPPORT || defined SERVER_SUPPORT
                || (tmproot->method != local_method
                    && (!tmproot->hostname || !isThisHost (tmproot->hostname)))
+#endif /* CLIENT_SUPPORT || SERVER_SUPPORT */
                || !isSamePath (tmproot->directory, cvsroot))
            {
                if (processed) processing = false;




reply via email to

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