[dovecot-cvs] dovecot/src/pop3 client.c,1.36,1.37
cras at dovecot.org
cras at dovecot.org
Wed Oct 6 01:50:49 EEST 2004
Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv9632
Modified Files:
client.c
Log Message:
assert
Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/client.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- client.c 24 Sep 2004 11:47:30 -0000 1.36
+++ client.c 5 Oct 2004 22:50:47 -0000 1.37
@@ -185,6 +185,7 @@
i_stream_close(client->input);
o_stream_close(client->output);
client->cmd(client);
+ i_assert(client->cmd == NULL);
}
if (client->mailbox != NULL)
mailbox_close(client->mailbox);
More information about the dovecot-cvs
mailing list