summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/parser.c
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2009-10-25 19:46:32 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2009-10-25 19:46:32 +0000
commit83e490676031e78a91de19a4074dfc6ee4cf289a (patch)
tree3271b8b6d2748cd1466df52dd8145c025990f786 /usr.sbin/smtpd/parser.c
parentefee805652ecec2e63c18dc2e63b1923a090349e (diff)
smtpctl reload is work in progress, do not expose it and make sure smtpd's
control process does not try to handle it. spotted and reported by martijn@bunix.org
Diffstat (limited to 'usr.sbin/smtpd/parser.c')
-rw-r--r--usr.sbin/smtpd/parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/parser.c b/usr.sbin/smtpd/parser.c
index 16943f40bfe..8fe1a89a134 100644
--- a/usr.sbin/smtpd/parser.c
+++ b/usr.sbin/smtpd/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.8 2009/08/08 00:16:49 gilles Exp $ */
+/* $OpenBSD: parser.c,v 1.9 2009/10/25 19:46:31 gilles Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -66,7 +66,7 @@ static const struct token t_main[] = {
{KEYWORD, "show", NONE, t_show},
{KEYWORD, "monitor", MONITOR, NULL},
{KEYWORD, "pause", NONE, t_pause},
- {KEYWORD, "reload", RELOAD, NULL},
+/* {KEYWORD, "reload", RELOAD, NULL},*/
{KEYWORD, "resume", NONE, t_resume},
{KEYWORD, "stop", SHUTDOWN, NULL},
{KEYWORD, "schedule", SCHEDULE, t_schedule},