X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/df40aca4c4adf35e168c625f7fff589c90f1bb08..3f0da4d03a40f701ea463d944022b337ca2b098e:/src/src/auths/dovecot.c diff --git a/src/src/auths/dovecot.c b/src/src/auths/dovecot.c index a260109fb..adc466ab6 100644 --- a/src/src/auths/dovecot.c +++ b/src/src/auths/dovecot.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/auths/dovecot.c,v 1.8 2008/01/18 12:23:26 nm4 Exp $ */ +/* $Cambridge: exim/src/src/auths/dovecot.c,v 1.9 2008/02/06 12:44:59 nm4 Exp $ */ /* * Copyright (c) 2004 Andrey Panin @@ -369,6 +369,9 @@ int auth_dovecot_server(auth_instance *ablock, uschar *data) } out: + /* close the socket used by dovecot */ + if (fd >= 0) + close(fd); /* Expand server_condition as an authorization check */ return (ret == OK)? auth_check_serv_cond(ablock) : ret;