Index: smtpctl.c
===================================================================
RCS file: /cvs/src/usr.sbin/smtpd/smtpctl.c,v
retrieving revision 1.24
diff -u -p -u -r1.24 smtpctl.c
--- smtpctl.c 23 Apr 2009 08:28:45 -0000 1.24
+++ smtpctl.c 4 May 2009 08:12:37 -0000
@@ -169,7 +169,7 @@ connected:
imsg_compose(ibuf, IMSG_MDA_RESUME, 0, 0, -1, NULL, 0);
break;
case RESUME_MTA:
- imsg_compose(ibuf, IMSG_MDA_RESUME, 0, 0, -1, NULL, 0);
+ imsg_compose(ibuf, IMSG_MTA_RESUME, 0, 0, -1, NULL, 0);
break;
case RESUME_SMTP:
imsg_compose(ibuf, IMSG_SMTP_RESUME, 0, 0, -1, NULL, 0);
--
see ya,
giovanni