From a3a68cce4191e25ca0fd864655ea90bf98c34a1a Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Fri, 28 Oct 2005 10:18:59 +0200 Subject: [PATCH] [multipathd] fix braino in e9e67ad4fe0837f5946b1c29c9c7b8da259955d5 --- multipathd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multipathd/main.c b/multipathd/main.c index 0319db0..55a7805 100644 --- a/multipathd/main.c +++ b/multipathd/main.c @@ -117,7 +117,7 @@ stop_waiter_thread (struct multipath * mpp, struct vectors * vecs) condlog(3, "%s: no waiter thread", mpp->alias); return; } - wp = wp->thread; + thread = wp->thread; if (!wp) { condlog(3, "%s: thread not started", mpp->alias); -- 2.7.4