Increase URL buffer sizes
This commit is contained in:
parent
1dfe909bab
commit
98722ed7ea
2 changed files with 2 additions and 2 deletions
|
@ -1348,7 +1348,7 @@ typedef struct
|
|||
/**
|
||||
* If the status us AUTHENTICATION_REQUIRED, this may contain a URL for authentication.
|
||||
*/
|
||||
char authenticationURL[256];
|
||||
char authenticationURL[2048];
|
||||
|
||||
/**
|
||||
* Time that current authentication expires or -1 if external authentication is not required.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue