r23659 - /scripts/KGB/server/KGB

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jul 28 13:05:31 UTC 2008


Author: dmn
Date: Mon Jul 28 13:05:29 2008
New Revision: 23659

URL: http://svn.debian.org/wsvn/?sc=1&rev=23659
Log:
correct a mistake in do_commit_01 invocation introduced in 5ba01994187d14e9e08cd3f7d40e028bf10b76b6

Modified:
    scripts/KGB/server/KGB

Modified: scripts/KGB/server/KGB
URL: http://svn.debian.org/wsvn/scripts/KGB/server/KGB?rev=23659&op=diff
==============================================================================
--- scripts/KGB/server/KGB (original)
+++ scripts/KGB/server/KGB Mon Jul 28 13:05:29 2008
@@ -250,7 +250,7 @@
         warn("Invalid password\n");
         return
     }
-    do_commit_01($repo_id, $rev, $paths, $log, $author) = @_;
+    do_commit_01($repo_id, $rev, $paths, $log, $author);
 }
 sub do_commit_1 {
     my $kernel = $_[KERNEL];
@@ -269,7 +269,7 @@
         warn("Authentication failed\n");
         return
     }
-    do_commit_01($repo_id, $rev, $paths, $log, $author) = @_;
+    do_commit_01($repo_id, $rev, $paths, $log, $author);
 }
 sub do_commit {
     my $kernel = $_[KERNEL];




More information about the Pkg-perl-cvs-commits mailing list