[dovecot-cvs] dovecot/src/login-common main.c,1.40,1.41
tss at dovecot.org
tss at dovecot.org
Wed Jan 3 23:49:28 UTC 2007
Update of /var/lib/cvs/dovecot/src/login-common
In directory talvi:/tmp/cvs-serv6595
Modified Files:
main.c
Log Message:
Crashfix
Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/login-common/main.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- main.c 3 Jan 2007 22:59:55 -0000 1.40
+++ main.c 3 Jan 2007 23:49:26 -0000 1.41
@@ -49,7 +49,8 @@
master_close();
/* we might still be proxying. close the connection to
dovecot-auth, since it's not needed anymore. */
- auth_client_free(&auth_client);
+ if (auth_client != NULL)
+ auth_client_free(&auth_client);
}
}
More information about the dovecot-cvs
mailing list