changeset 3882:2602b791b6c3 HEAD

Fixed
author Timo Sirainen <tss@iki.fi>
date Sun, 15 Jan 2006 01:27:30 +0200
parents ea56e9296b5b
children 434d74a67a81
files src/lib/ioloop-notify-inotify.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/ioloop-notify-inotify.c	Sat Jan 14 21:08:06 2006 +0200
+++ b/src/lib/ioloop-notify-inotify.c	Sun Jan 15 01:27:30 2006 +0200
@@ -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;
 	}
 }