Browse Source

Small fix

master
Andrea Luzzardi 17 years ago
parent
commit
23c812efdf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pam_usb/tools/pamusb-agent

+ 1
- 1
pam_usb/tools/pamusb-agent View File

@ -158,7 +158,7 @@ events = {
for hotplug in user.findall('agent'):
events[hotplug.get('event')].append(hotplug.text)
deviceName = user.find('device').text
deviceName = user.find('device').text.strip()
devices = doc.findall("devices/device")
for device in devices:


Loading…
Cancel
Save