Index: uspace/lib/c/generic/device/nic.c
===================================================================
--- uspace/lib/c/generic/device/nic.c	(revision 9cd81655f6cba65cbde69068b36eff82d99f80b8)
+++ uspace/lib/c/generic/device/nic.c	(revision ddb56be81362cd43ec1cffdafa2e3ae8b64b96c1)
@@ -65,5 +65,5 @@
 	
 	if (retval != EOK) {
-		async_wait_for(req, NULL);
+		async_forget(req);
 		return retval;
 	}
@@ -94,5 +94,5 @@
 	rc = async_connect_to_me(exch, 0, 0, 0, cfun, carg);
 	if (rc != EOK) {
-		async_wait_for(req, NULL);
+		async_forget(req);
 		return rc;
 	}
