1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r2736: Fix bug in Python printerdata wraper found by Daniel Jarboe.

This commit is contained in:
Tim Potter
2004-09-28 21:30:54 +00:00
committed by Gerald (Jerry) Carter
parent 8521891ee8
commit 8ec28d613d

View File

@@ -62,4 +62,4 @@ class printerdata_ex:
return self.hnd.getprinterdataex(self.key, key)['data']
def __getitem__(self, key):
return self.printerdata_ex_subkey(self.host, key, creds, access)
return self.printerdata_ex_subkey(self.host, key, self.creds, access)