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