CVSROOT: /cvs/dm Module name: multipath-tools Branch: RHEL5_FC6 Changes by: bmarzins@xxxxxxxxxxxxxx 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); -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel