[Da-tools-commits] ./debian/userdir-ldap r447: Fix hexdigest() call

Peter Palfrader peter at palfrader.org
Sat Sep 13 17:08:12 UTC 2008


------------------------------------------------------------
revno: 447
committer: Peter Palfrader <peter at palfrader.org>
branch nick: userdir-ldap
timestamp: Sat 2008-09-13 19:08:12 +0200
message:
  Fix hexdigest() call
modified:
  ud-mailgate
-------------- next part --------------
=== modified file 'ud-mailgate'
--- a/ud-mailgate	2008-09-13 17:06:49 +0000
+++ b/ud-mailgate	2008-09-13 17:08:12 +0000
@@ -100,7 +100,7 @@
    key = F.readline().strip()
    F.close();
 
-   return hmac.new(key, str, sha1_module).hexdigest
+   return hmac.new(key, str, sha1_module).hexdigest()
 
 
 



More information about the Da-tools-commits mailing list