Index: uspace/lib/libc/generic/async.c
===================================================================
--- uspace/lib/libc/generic/async.c	(revision 0b6d70d1d6d61b0c0592aa844bd8054ebbc0e04f)
+++ uspace/lib/libc/generic/async.c	(revision acf37bc92b117a386fcd9a8c7f96200004d73e00)
@@ -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;
