summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-04-28 08:54:51 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-04-28 08:54:51 +0000
commitd031ba5c83d3243a7509692097c3a1a25aa34553 (patch)
tree2acdc279c9e497cb31d7ce703ba6fc696cb063ce /source3/utils/ntlm_auth.c
parentd31cb1b4684e7b3288d5841bf206379ba8149e8a (diff)
downloadsamba-d031ba5c83d3243a7509692097c3a1a25aa34553.tar.gz
samba-d031ba5c83d3243a7509692097c3a1a25aa34553.tar.bz2
samba-d031ba5c83d3243a7509692097c3a1a25aa34553.zip
Merge compile and other fixes from 3.0 to HEAD.
Including smbtorture bugfixes, and a better TCONDEV test. Andrew Bartlett (This used to be commit 52c5806004022f153af7d022afdb3ec7cc0d2548)
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)