diff options
Diffstat (limited to 'pynslcd/ether.py')
-rw-r--r-- | pynslcd/ether.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pynslcd/ether.py b/pynslcd/ether.py index e5724b8..fca25e6 100644 --- a/pynslcd/ether.py +++ b/pynslcd/ether.py @@ -45,8 +45,7 @@ class EtherRequest(common.Request): super(EtherRequest, self).__init__(*args) self.ether = None - def write(self, entry): - dn, attributes = entry + def write(self, dn, attributes): # get name and check against requested name names = attributes.get(self.attmap_cn, []) if not names: |