diff options
Diffstat (limited to 'source4/scripting/python')
| -rw-r--r-- | source4/scripting/python/samba/ntacls.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/ntacls.py b/source4/scripting/python/samba/ntacls.py index 15f310b27d..66af5d5336 100644 --- a/source4/scripting/python/samba/ntacls.py +++ b/source4/scripting/python/samba/ntacls.py @@ -45,7 +45,6 @@ def getntacl(lp,file,backend=None,eadbfile=None):  		raise  	eadbname = lp.get("posix:eadb")  	if eadbname != None and eadbname != "" : -		attribute = samba.xattr_tdb.wrap_getxattr(eadbname,file,xattr.XATTR_NTACL_NAME)  		try:  			attribute = samba.xattr_tdb.wrap_getxattr(eadbname,file,xattr.XATTR_NTACL_NAME)  		except:  | 
