Browse Source

Longer serial and UUID strings

master
Andrea Luzzardi 17 years ago
parent
commit
a2ff5d41d3
1 changed files with 2 additions and 2 deletions
  1. +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


Loading…
Cancel
Save