mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41
bytes. MFC after: 2 weeks
This commit is contained in:
parent
d92580b608
commit
cc3ee09cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ struct sipcp {
|
|||
int compress_cid; /* Comp-Slot-Id */
|
||||
};
|
||||
|
||||
#define AUTHNAMELEN 32
|
||||
#define AUTHNAMELEN 42
|
||||
#define AUTHKEYLEN 16
|
||||
|
||||
struct sauth {
|
||||
|
|
|
|||
Loading…
Reference in a new issue