summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth_diagnostics.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-14 12:00:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:26 -0500
commitb32d2ecf9ce39140c726d4fe96f658e50d0665c9 (patch)
treece9fc6dc29904be92c6357bdf3a083e903ed7b80 /source3/utils/ntlm_auth_diagnostics.c
parent2e8b3ca0cb6956e5ce28fcafe85f6951a8955cd5 (diff)
downloadsamba-b32d2ecf9ce39140c726d4fe96f658e50d0665c9.tar.gz
samba-b32d2ecf9ce39140c726d4fe96f658e50d0665c9.tar.bz2
samba-b32d2ecf9ce39140c726d4fe96f658e50d0665c9.zip
r16219: BUG 3836, 3837, 3004: compile warning fixes from Jason Mader.
(This used to be commit 6c1f1c091f5e87bf9464fe8ad7eb2cb683819a62)
Diffstat (limited to 'source3/utils/ntlm_auth_diagnostics.c')
-rw-r--r--source3/utils/ntlm_auth_diagnostics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/ntlm_auth_diagnostics.c b/source3/utils/ntlm_auth_diagnostics.c
index 95f1355c2e..00149db9e2 100644
--- a/source3/utils/ntlm_auth_diagnostics.c
+++ b/source3/utils/ntlm_auth_diagnostics.c
@@ -470,7 +470,7 @@ static BOOL test_plaintext(enum ntlm_break break_which)
CH_DOS, password,
strlen(password)+1,
(void**)&lm_response.data,True)) == -1) {
- DEBUG(0, ("push_ascii_allocate failed!\n"));
+ DEBUG(0, ("convert_string_allocate failed!\n"));
exit(1);
}