r23660 - /scripts/KGB/server/KGB

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


Author: dmn
Date: Mon Jul 28 13:05:33 2008
New Revision: 23660

URL: http://svn.debian.org/wsvn/?sc=1&rev=23660
Log:
add missing dollar

Modified:
    scripts/KGB/server/KGB

Modified: scripts/KGB/server/KGB
URL: http://svn.debian.org/wsvn/scripts/KGB/server/KGB?rev=23660&op=diff
==============================================================================
--- scripts/KGB/server/KGB (original)
+++ scripts/KGB/server/KGB Mon Jul 28 13:05:33 2008
@@ -263,7 +263,7 @@
         return
     }
     if($conf->{repositories}{$repo_id}{password}
-	    and sha1_hex(repo_id, $rev, @$paths, $log, $author) ne $checksum) {
+	    and sha1_hex($repo_id, $rev, @$paths, $log, $author) ne $checksum) {
         $kernel->post(SOAPServer => 'FAULT', $response, 'Client.Arguments',
             "Authentication failed for repository $repo_id");
         warn("Authentication failed\n");




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