Increase URL buffer sizes

This commit is contained in:
Adam Ierymenko 2021-06-04 18:52:10 -04:00
parent 1dfe909bab
commit 98722ed7ea
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
2 changed files with 2 additions and 2 deletions

View file

@ -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.