diff options
Diffstat (limited to 'source4/torture/local/messaging.c')
-rw-r--r-- | source4/torture/local/messaging.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/messaging.c b/source4/torture/local/messaging.c index 18c4d9b03f7..c0dab06ccab 100644 --- a/source4/torture/local/messaging.c +++ b/source4/torture/local/messaging.c @@ -133,7 +133,7 @@ static BOOL test_ping_speed(TALLOC_CTX *mem_ctx) return ret; } -BOOL torture_local_messaging(int dummy) +BOOL torture_local_messaging(void) { TALLOC_CTX *mem_ctx = talloc_init("torture_local_messaging"); BOOL ret = True; |