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
Longer serial and UUID strings
master
Andrea Luzzardi
18 years ago
parent
143a72dbf5
commit
a2ff5d41d3
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
pam_usb/src/conf.h
+ 2
- 2
pam_usb/src/conf.h
View File
@ -27,8 +27,8 @@ typedef struct pusb_device
char
name
[
32
]
;
char
vendor
[
32
]
;
char
model
[
32
]
;
char
serial
[
64
]
;
char
volume_uuid
[
32
]
;
char
serial
[
128
]
;
char
volume_uuid
[
128
]
;
}
t_pusb_device
;
typedef
struct
pusb_options
Write
Preview
Loading…
Cancel
Save