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)
Andrea Luzzardi
18 years ago
parent
7c3f71f453
commit
ee1b33cd2e
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/conf.h
+ 2
- 2
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