X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-mailgate;h=fb5b7ba88a60bd05695422242f196b8e56190e7d;hp=29a2873097c4743a2f29cf957de50cc7ba458dfa;hb=ff8414ee178cde843c3174e481b6c19d6f7bf116;hpb=adad9e118b6dd523870eb3491e709b4dea204058 diff --git a/ud-mailgate b/ud-mailgate index 29a2873..fb5b7ba 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -100,7 +100,7 @@ def make_hmac(str): key = F.readline().strip() F.close(); - return hmac.new(key, str, sha1_module).hexdigest + return hmac.new(key, str, sha1_module).hexdigest()