]> git.sur5r.net Git - ngadmin/blobdiff - cli/com_quit.c
Merge branch 'autotools'
[ngadmin] / cli / com_quit.c
diff --git a/cli/com_quit.c b/cli/com_quit.c
deleted file mode 100644 (file)
index f27620b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-#include "commands.h"
-
-
-int do_quit (int argc, const char **argv UNUSED, struct ngadmin *nga UNUSED)
-{
-       if (argc > 0) {
-               printf("this command takes no argument\n");
-               return 1;
-       }
-       
-       main_loop_continue = 0;
-       
-       return 0;
-}
-
-