cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/src/update.c [signed-commits]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/update.c [signed-commits]
Date: Fri, 14 Oct 2005 21:39:41 -0400

Index: ccvs/src/update.c
diff -u ccvs/src/update.c:1.256.2.1 ccvs/src/update.c:1.256.2.2
--- ccvs/src/update.c:1.256.2.1 Wed Oct 12 02:46:38 2005
+++ ccvs/src/update.c   Sat Oct 15 01:39:26 2005
@@ -321,8 +321,7 @@
                /* If noexec, probably could be setting SEND_NO_CONTENTS.
                   Same caveats as for "cvs status" apply.  */
 
-               send_files (argc, argv, local, aflag, flags, SIGN_NEVER, NULL,
-                           NULL);
+               send_files (argc, argv, local, aflag, flags);
                send_file_names (argc, argv, SEND_EXPAND_WILD);
            }
            else
@@ -346,8 +345,7 @@
                        error (0, errno, "cannot remove %s",
                               failed_patches[i]);
                send_files (failed_patches_count, failed_patches, local,
-                           aflag, update_build_dirs ? SEND_BUILD_DIRS : 0,
-                           SIGN_NEVER, NULL, NULL);
+                           aflag, update_build_dirs ? SEND_BUILD_DIRS : 0);
                send_file_names (failed_patches_count, failed_patches, 0);
                free_names (&failed_patches_count, failed_patches);
            }




reply via email to

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