summaryrefslogtreecommitdiff
path: root/source3/torture/vfstest.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/vfstest.c')
-rw-r--r--source3/torture/vfstest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c
index 023e656c67..e83b12aa9d 100644
--- a/source3/torture/vfstest.c
+++ b/source3/torture/vfstest.c
@@ -410,6 +410,11 @@ void exit_server(const char *reason)
exit(0);
}
+void exit_server_cleanly(void)
+{
+ exit_server("normal exit");
+}
+
static int server_fd = -1;
int last_message = -1;