From 211d415d19243a613434d31f10faa20d9c2102e3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 11 Apr 2006 06:35:36 +0000 Subject: r15034: Attempt to make the build farm happy (This used to be commit 8b3e87184a3cc831fe0314c3b26b6d753cf74e4c) --- source3/torture/vfstest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c index e83b12aa9d..61bb4b0bf6 100644 --- a/source3/torture/vfstest.c +++ b/source3/torture/vfstest.c @@ -410,7 +410,7 @@ void exit_server(const char *reason) exit(0); } -void exit_server_cleanly(void) +void exit_server_cleanly(const char *const reason) { exit_server("normal exit"); } -- cgit