diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-28 13:40:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:55 -0500 |
commit | ba6d5fcb97b9831dddf7dfe09fb02fbb23d864b4 (patch) | |
tree | d0c75ce4b6f66580bbabdcc82e4d930bd05d9a0a /source4/torture/raw/lock.c | |
parent | a6ae640313a47ac2950c0948e4385fa934a5ef09 (diff) | |
download | samba-ba6d5fcb97b9831dddf7dfe09fb02fbb23d864b4.tar.gz samba-ba6d5fcb97b9831dddf7dfe09fb02fbb23d864b4.tar.xz samba-ba6d5fcb97b9831dddf7dfe09fb02fbb23d864b4.zip |
r3324: made the smbtorture code completely warning free
(This used to be commit 7067bb9b52223cafa28470f264f0b60646a07a01)
Diffstat (limited to 'source4/torture/raw/lock.c')
-rw-r--r-- | source4/torture/raw/lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/lock.c b/source4/torture/raw/lock.c index 9e7a15f1dcf..abedcd171e8 100644 --- a/source4/torture/raw/lock.c +++ b/source4/torture/raw/lock.c @@ -664,7 +664,7 @@ done: /* basic testing of lock calls */ -BOOL torture_raw_lock(int dummy) +BOOL torture_raw_lock(void) { struct smbcli_state *cli; BOOL ret = True; |