pop3d.h
changeset 37 e3dccf824f91
parent 17 596dec2978b2
child 38 058e5ad9ba79
--- a/pop3d.h	Wed Aug 27 16:21:31 2014 +0500
+++ b/pop3d.h	Sun Aug 31 16:18:35 2014 +0500
@@ -129,7 +129,7 @@
 
 struct session {
 	SPLAY_ENTRY(session)	entry;
-	struct imsgev		iev_maildrop;
+	struct imsgev		*iev_maildrop;
 	struct iobuf		iobuf;
 	struct io		io;
 	char			user[ARGLEN];