Bump AUTHNAMELEN to 64. Should probably be made dynamic instead.
This commit is contained in:
parent
e168d42851
commit
fde5145a62
@ -56,7 +56,7 @@ struct sipcp {
|
||||
int compress_cid; /* VJ: Comp-Slot-Id */
|
||||
};
|
||||
|
||||
#define AUTHNAMELEN 32
|
||||
#define AUTHNAMELEN 64
|
||||
#define AUTHKEYLEN 16
|
||||
|
||||
struct sauth {
|
||||
|
Loading…
x
Reference in New Issue
Block a user