pop3d.c
changeset 31 c1bdfc1a9800
parent 25 ce31cbe9193a
child 32 efb124b66dbd
--- a/pop3d.c	Wed Aug 27 10:36:03 2014 +0500
+++ b/pop3d.c	Wed Aug 27 11:50:11 2014 +0500
@@ -172,7 +172,7 @@
 	if ((pw = getpwnam(req->user)) == NULL)
 		fatalx("authenticate: getpwnam");
 
-	if (maildrop_init(imsg->hdr.peerid, pair, pw, mtype, mpath) == -1) {
+	if (maildrop_setup(imsg->hdr.peerid, pair, pw, mtype, mpath) == -1) {
 		logit(LOG_INFO, "%u: unable to fork maildrop process",
 		    imsg->hdr.peerid);
 		pair[0] = -1;