This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
pam_usb
mirror of
https://github.com/Fincer/pam_usb
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Strip data from xml
Andrea Luzzardi
17 years ago
parent
e30ccc3525
commit
0112733250
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/pamusb-agent
+ 1
- 1
tools/pamusb-agent
View File
@ -168,7 +168,7 @@ else:
logger.error('Device %s not found in configurtion file' % deviceName)
sys.exit(1)
serial = device.find('serial').text
serial = device.find('serial').text
.strip()
def authChangeCallback(event):
if event == 'removed':
Write
Preview
Loading…
Cancel
Save