[dm-devel] device-mapper/lib libdm-common.c

agk at sourceware.org agk at sourceware.org
Fri Nov 30 16:44:42 UTC 2007


CVSROOT:	/cvs/dm
Module name:	device-mapper
Changes by:	agk at sourceware.org	2007-11-30 16:44:42

Modified files:
	lib            : libdm-common.c 

Log message:
	fix

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/lib/libdm-common.c.diff?cvsroot=dm&r1=1.50&r2=1.51

--- device-mapper/lib/libdm-common.c	2007/11/30 16:42:26	1.50
+++ device-mapper/lib/libdm-common.c	2007/11/30 16:44:42	1.51
@@ -381,7 +381,7 @@
 	int fd;
 
 	if ((fd = _open_dev_node(dev_name)) < 0)
-		; // return_0;
+		return_0;
 
 	*read_ahead = 0;
 




More information about the dm-devel mailing list