]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r3504: Fix incorrectly applied patch. My fault - sorry!
authorTim Potter <tpot@samba.org>
Wed, 3 Nov 2004 06:12:07 +0000 (06:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:08 +0000 (10:53 -0500)
source/python/samba/printerdata.py

index 81575fecb2d0b91c3883daeef147b473140e5339..6c40cc4b26dd7a95315a32f26b124fe7e65f6afd 100644 (file)
@@ -62,4 +62,5 @@ class printerdata_ex:
             return self.hnd.getprinterdataex(self.key, key)['data']
 
     def __getitem__(self, key):
-        return self.printerdata_ex_subkey(self.host, key, self.creds, access)
+        return self.printerdata_ex_subkey(
+            self.host, key, self.creds, self.access)