cvs-cvs
[Top][All Lists]
Advanced

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

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


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/client.c [signed-commits]
Date: Sun, 16 Oct 2005 16:45:20 -0400

Index: ccvs/src/client.c
diff -u ccvs/src/client.c:1.433.2.2 ccvs/src/client.c:1.433.2.3
--- ccvs/src/client.c:1.433.2.2 Sat Oct 15 01:39:23 2005
+++ ccvs/src/client.c   Sun Oct 16 20:45:17 2005
@@ -4430,7 +4430,7 @@
     char *sigbuf;
     size_t len;
 
-    sigbuf = get_signature (srepos, filename, bin, &len);
+    sigbuf = gen_signature (srepos, filename, bin, &len);
 
     send_to_server ("Signature\012", 0);
     send_to_server (sigbuf, len);
@@ -4565,7 +4565,7 @@
        else
        {
            if (args->sign
-               && get_sign_commits (supported_request ("Signature")))
+               && get_sign_commits (false, supported_request ("Signature")))
            {
                if (!supported_request ("Signature"))
                    error (1, 0, "Server doesn't support commit signatures.");
@@ -5100,7 +5100,7 @@
     }
 
     /* Send signature.  */
-    if (get_sign_commits (supported_request ("Signature")))
+    if (get_sign_commits (false, supported_request ("Signature")))
     {
        if (!supported_request ("Signature"))
            error (1, 0, "Server doesn't support commit signatures.");




reply via email to

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