Fix for AIX - you can't qualify a return type as const, when it's not a
authorAndrew Bartlett <abartlet@samba.org>
Wed, 30 Apr 2003 14:01:16 +0000 (14:01 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 Apr 2003 14:01:16 +0000 (14:01 +0000)
pointer.

(merge from HEAD).

Andrew Bartlett

source/utils/ntlm_auth.c

index ddb7053cdbbdc83b7d7960290b9ae81ce01f6565..42490190f320f579b7f34d144b2fb3d9015be772 100644 (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)