Increase authentication URL sizes.
This commit is contained in:
parent
75d17ea3c8
commit
1dfe909bab
3 changed files with 4 additions and 4 deletions
|
@ -612,7 +612,7 @@ public:
|
|||
/**
|
||||
* Authentication URL if authentication is required
|
||||
*/
|
||||
char authenticationURL[256];
|
||||
char authenticationURL[2048];
|
||||
|
||||
/**
|
||||
* Time current authentication expires or -1 if external authentication is disabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue