[dm-devel] multipath-tools/multipathd main.c

bmarzins at sourceware.org bmarzins at sourceware.org
Mon Apr 11 17:01:09 UTC 2011


CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins at sourceware.org	2011-04-11 17:01:08

Modified files:
	multipathd     : main.c 

Log message:
	Oops. stray semi-colon.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/multipathd/main.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.69.2.34&r2=1.69.2.35

--- multipath-tools/multipathd/main.c	2011/04/04 19:48:46	1.69.2.34
+++ multipath-tools/multipathd/main.c	2011/04/11 17:01:08	1.69.2.35
@@ -1505,7 +1505,7 @@
 	condlog(2, "reconfigure (SIGHUP)");
 
 	lock(gvecs->lock);
-	if (!exitting);
+	if (!exitting)
 		reconfigure(gvecs);
 	unlock(gvecs->lock);
 




More information about the dm-devel mailing list