r836 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sat Aug 19 22:16:48 CEST 2006


Author: phk
Date: 2006-08-19 22:16:48 +0200 (Sat, 19 Aug 2006)
New Revision: 836

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_cli.c
Log:
cleanup


Modified: trunk/varnish-cache/bin/varnishd/mgt_cli.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_cli.c	2006-08-19 20:15:09 UTC (rev 835)
+++ trunk/varnish-cache/bin/varnishd/mgt_cli.c	2006-08-19 20:16:48 UTC (rev 836)
@@ -116,15 +116,13 @@
 	{ CLI_CONFIG_DISCARD,	mcf_config_discard, NULL },
 	{ CLI_CONFIG_LIST,	mcf_config_list, NULL },
 #if 0
-	{ CLI_SERVER_STOP,	m_cli_func_server_stop, NULL },
 	{ CLI_SERVER_RESTART },
-	{ CLI_PING,		m_cli_func_ping, NULL },
 	{ CLI_ZERO },
 	{ CLI_VERBOSE,		m_cli_func_verbose, NULL },
 	{ CLI_EXIT, 		m_cli_func_exit, NULL},
-#endif
 	{ CLI_QUIT },
 	{ CLI_BYE },
+#endif
 	{ NULL }
 };
 




More information about the varnish-commit mailing list