[Dovecot] Minor patch for vpopmail support

John Peacock jpeacock at rowman.com
Sun Sep 11 15:00:12 EEST 2005


It doesn't seem like this code path has been tested recently, since it fails to 
compile without the following patch (works fine with it):

--- src/auth/userdb-vpopmail.c  7 Aug 2005 11:41:19 -0000       1.17
+++ src/auth/userdb-vpopmail.c  11 Sep 2005 11:57:42 -0000
@@ -84,7 +84,7 @@
                 }
         }

-       reply = auth_stream_reply_init();
+       reply = auth_stream_reply_init(auth_request);
         auth_stream_reply_add(reply, NULL, vpw->pw_name);
         auth_stream_reply_add(reply, "uid", dec2str(uid));
         auth_stream_reply_add(reply, "gid", dec2str(gid));

Thanks

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747


More information about the dovecot mailing list