summaryrefslogtreecommitdiffstats
path: root/source/torture/auth
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-28 13:40:50 +0000
committerAndrew Tridgell <tridge@samba.org>2004-10-28 13:40:50 +0000
commita570193d5f74b0c55723afe030b5d1a421e38213 (patch)
treefe7ef5c53b8ef1b32996d7e221727edc20731316 /source/torture/auth
parente0c88a88738fdb092854eb53841c27c423e73aff (diff)
downloadsamba-a570193d5f74b0c55723afe030b5d1a421e38213.tar.gz
samba-a570193d5f74b0c55723afe030b5d1a421e38213.tar.xz
samba-a570193d5f74b0c55723afe030b5d1a421e38213.zip
r3324: made the smbtorture code completely warning free
Diffstat (limited to 'source/torture/auth')
-rw-r--r--source/torture/auth/ntlmssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/auth/ntlmssp.c b/source/torture/auth/ntlmssp.c
index a10ca77c53e..e98fe789b81 100644
--- a/source/torture/auth/ntlmssp.c
+++ b/source/torture/auth/ntlmssp.c
@@ -20,7 +20,7 @@
#include "includes.h"
-BOOL torture_ntlmssp_self_check(int dummy)
+BOOL torture_ntlmssp_self_check(void)
{
struct ntlmssp_state *ntlmssp_state;
DATA_BLOB data;