mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04:23:50 +03:00
r3504: Fix incorrectly applied patch. My fault - sorry!
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
82651c1b17
commit
43a7f7db3d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user