1
0
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:
Tim Potter
2004-11-03 06:12:07 +00:00
committed by Gerald (Jerry) Carter
parent 82651c1b17
commit 43a7f7db3d

View 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)