[dm-devel] multipath-tools/libmultipath discovery.c

bmarzins at sourceware.org bmarzins at sourceware.org
Fri Oct 6 18:09:15 UTC 2006


CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL4_FC5
Changes by:	bmarzins at sourceware.org	2006-10-06 18:09:15

Modified files:
	libmultipath   : discovery.c 

Log message:
	Comitted patch for 207726

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/discovery.c.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=1.28.2.2&r2=1.28.2.3

--- multipath-tools/libmultipath/discovery.c	2006/09/19 21:06:40	1.28.2.2
+++ multipath-tools/libmultipath/discovery.c	2006/10/06 18:09:14	1.28.2.3
@@ -480,7 +480,7 @@
 
 	if (sysfs_get_rev(sysfs_path, curpath->dev,
 			  curpath->rev, SCSI_REV_SIZE))
-		return 1;
+		curpath->rev[0] = '\0';
 
 	condlog(3, "rev = %s", curpath->rev);
 




More information about the dm-devel mailing list