diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2012-01-12 18:06:19 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2012-01-12 18:06:19 +0000 |
commit | dfc46f2376dcbe8a887443563b067e542e79baad (patch) | |
tree | e76a6108d52d67554c599e2e972c8355148764e6 /usr.sbin/smtpd/smtpd.c | |
parent | 96e667daee9c7670dcffee9f9493897c95a7e88a (diff) |
Remove dead code for config reloading for now. It is not functionnal
and confusing.
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/smtpd.c')
-rw-r--r-- | usr.sbin/smtpd/smtpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c index 298638750fa..3197f8ac759 100644 --- a/usr.sbin/smtpd/smtpd.c +++ b/usr.sbin/smtpd/smtpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.c,v 1.145 2012/01/12 12:52:11 eric Exp $ */ +/* $OpenBSD: smtpd.c,v 1.146 2012/01/12 18:06:18 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -1175,7 +1175,7 @@ imsg_to_str(int type) CASE(IMSG_CONF_RULE_SOURCE); CASE(IMSG_CONF_FILTER); CASE(IMSG_CONF_END); - CASE(IMSG_CONF_RELOAD); + CASE(IMSG_LKA_MAIL); CASE(IMSG_LKA_RCPT); CASE(IMSG_LKA_SECRET); |