summaryrefslogtreecommitdiff
path: root/source3/torture/vfstest.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-04-11 06:35:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:58 -0500
commit211d415d19243a613434d31f10faa20d9c2102e3 (patch)
tree955c7997666de7a214bb1db49492a65096a49f4d /source3/torture/vfstest.c
parentfc13f284179df5f3f3a1d475bf84da21dc89c970 (diff)
downloadsamba-211d415d19243a613434d31f10faa20d9c2102e3.tar.gz
samba-211d415d19243a613434d31f10faa20d9c2102e3.tar.bz2
samba-211d415d19243a613434d31f10faa20d9c2102e3.zip
r15034: Attempt to make the build farm happy
(This used to be commit 8b3e87184a3cc831fe0314c3b26b6d753cf74e4c)
Diffstat (limited to 'source3/torture/vfstest.c')
-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");
}