Index: uspace/lib/libc/generic/async.c
===================================================================
--- uspace/lib/libc/generic/async.c	(revision 0b6d70d1d6d61b0c0592aa844bd8054ebbc0e04f)
+++ uspace/lib/libc/generic/async.c	(revision 9ba626269585e1a53a18d3fcf863bd3d86fae9a0)
@@ -811,4 +811,5 @@
 	msg->dataptr = dataptr;
 	
+	msg->wdata.inlist = false;
 	/* We may sleep in the next method, but it will use its own mechanism */
 	msg->wdata.active = true;
@@ -850,4 +851,5 @@
 	msg->dataptr = dataptr;
 	
+	msg->wdata.inlist = false;
 	/* We may sleep in next method, but it will use its own mechanism */
 	msg->wdata.active = true;
