[dovecot-cvs] dovecot/src/lib ioloop-notify-inotify.c,1.6,1.7

cras at dovecot.org cras at dovecot.org
Sun Jan 15 01:27:32 EET 2006


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv19912

Modified Files:
	ioloop-notify-inotify.c 
Log Message:
Fixed



Index: ioloop-notify-inotify.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/ioloop-notify-inotify.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ioloop-notify-inotify.c	13 Jan 2006 20:26:01 -0000	1.6
+++ ioloop-notify-inotify.c	14 Jan 2006 23:27:30 -0000	1.7
@@ -149,7 +149,7 @@
 	p_free(ioloop->pool, io);
 
 	if (ioloop->notifys == NULL) {
-		io_remove(ctx->event_io);
+		io_remove(&ctx->event_io);
 		ctx->event_io = NULL;
 	}
 }



More information about the dovecot-cvs mailing list