Blob Blame History Raw
--- 1.0.0.rc14/lib/activate/activate.c	2006-09-15 15:22:44.000000000 +0200
+++ current/lib/activate/activate.c	2007-11-13 13:48:47.000000000 +0100
@@ -398,7 +398,11 @@
 			goto err;
 	}
 
-	return 1;
+	/* Append the flag/feature required for dmraid1 
+	 * event handling in the kernel driver 
+	 */
+	if(p_fmt(lc, table, " 1 handle_errors"))
+		return 1;
 
    err:
 	return log_alloc_err(lc, __func__);