1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Fix for AIX - you can't qualify a return type as const, when it's not a

pointer.

(merge from HEAD).

Andrew Bartlett
(This used to be commit 9e3d0cd9de)
This commit is contained in:
Andrew Bartlett 2003-04-30 14:01:16 +00:00
parent e13d513739
commit 90d17c04ca

View File

@ -464,7 +464,7 @@ static BOOL check_auth_crap(void)
and valid authentication types
*/
static const DATA_BLOB get_challenge(void)
static DATA_BLOB get_challenge(void)
{
static DATA_BLOB chal;
if (opt_challenge.length)