[FIX] websrv_lib: commit associated to a change in the server:
authorVo Minh Thu <vmt@openerp.com>
Fri, 9 Sep 2011 12:30:05 +0000 (14:30 +0200)
committerVo Minh Thu <vmt@openerp.com>
Fri, 9 Sep 2011 12:30:05 +0000 (14:30 +0200)
revno 3548, revid vmt@openerp.com-20110909122856-29uhsjfe193fqdi8

bzr revid: vmt@openerp.com-20110909123005-aqbixbe7xj0nwlc9

addons/document_webdav/webdav_server.py

index eb4ab86..aeff0a2 100644 (file)
@@ -572,7 +572,7 @@ try:
 
         conf = OpenDAVConfig(**_dc)
         handler._config = conf
-        reg_http_service(directory, DAVHandler, DAVAuthProvider())
+        reg_http_service(directory, DAVHandler, DAVAuthProvider)
         logging.getLogger('webdav').info("WebDAV service registered at path: %s/ "% directory)
         
         if not (config.get_misc('webdav', 'no_root_hack', False)):