summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/torture/vfstest.c2
1 files changed, 1 insertions, 1 deletions
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");
}