From 506a3734559e6307bad1d2a4d67c70236f25e158 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Tue, 10 Mar 2009 18:38:43 +0000
Subject: [PATCH] Fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25966 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/Utils.py b/product/ERP5Type/Utils.py
index 10f349568f..2fdeb2e10a 100644
--- a/product/ERP5Type/Utils.py
+++ b/product/ERP5Type/Utils.py
@@ -2770,7 +2770,7 @@ try:
       self.sum = smbpasswd
 
     def hash(self, value):
-      return smbpasswd.hash(value)
+      return self.sum.hash(value)
 except ImportError:
   class SambaPassword:
     pass
-- 
2.30.9