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
Set vendor/model max length to 128 (32 was not enough)
master
Andrea Luzzardi
18 years ago
parent
91ec8c4584
commit
d21a12362e
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
@ -31,8 +31,8 @@
typedef
struct
pusb_device
{
char
name
[
32
]
;
char
vendor
[
32
]
;
char
model
[
32
]
;
char
vendor
[
128
]
;
char
model
[
128
]
;
char
serial
[
128
]
;
char
volume_uuid
[
128
]
;
}
t_pusb_device
;
Write
Preview
Loading…
Cancel
Save