From 90d17c04ca93ba23bcf0f533777eba676308cdf5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 30 Apr 2003 14:01:16 +0000 Subject: 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 9e3d0cd9dea1234d6e6a26d03995b5edfaed5186) --- source3/utils/ntlm_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index ddb7053cdb..42490190f3 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -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) -- cgit