summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-04-30 14:01:16 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-04-30 14:01:16 +0000
commit90d17c04ca93ba23bcf0f533777eba676308cdf5 (patch)
tree14d6b427d8be87a9b33fa12dc13507fec1328945 /source3/utils/ntlm_auth.c
parente13d51373916672185cf2a5b91efc5e187102803 (diff)
downloadsamba-90d17c04ca93ba23bcf0f533777eba676308cdf5.tar.gz
samba-90d17c04ca93ba23bcf0f533777eba676308cdf5.tar.bz2
samba-90d17c04ca93ba23bcf0f533777eba676308cdf5.zip
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)
Diffstat (limited to 'source3/utils/ntlm_auth.c')
-rw-r--r--source3/utils/ntlm_auth.c2
1 files changed, 1 insertions, 1 deletions
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)