[dovecot-cvs] dovecot/src/lib lib-signals.c,1.13,1.14
tss at dovecot.org
tss at dovecot.org
Sat Nov 18 14:07:43 UTC 2006
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv26029
Modified Files:
lib-signals.c
Log Message:
Assert fix
Index: lib-signals.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/lib-signals.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- lib-signals.c 3 May 2006 22:58:15 -0000 1.13
+++ lib-signals.c 18 Nov 2006 14:07:40 -0000 1.14
@@ -125,7 +125,7 @@
return;
}
}
- i_assert(sig_handler != NULL);
+ i_assert(handler != NULL);
if (delayed && sig_pipe_fd[0] == -1) {
/* first delayed handler */
More information about the dovecot-cvs
mailing list