All of lore.kernel.org
 help / color / mirror / Atom feed
* master - Fix premature return from get_pool_params
@ 2014-02-13  9:51 Marian Csontos
  0 siblings, 0 replies; only message in thread
From: Marian Csontos @ 2014-02-13  9:51 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=a060b3b39088d81a8b5d419ae8e2444aa9b9d8ec
Commit:        a060b3b39088d81a8b5d419ae8e2444aa9b9d8ec
Parent:        e8225b86158cb3ea8edc678327a2c33543a73c01
Author:        Marian Csontos <mcsontos@redhat.com>
AuthorDate:    Thu Feb 13 10:49:34 2014 +0100
Committer:     Marian Csontos <mcsontos@redhat.com>
CommitterDate: Thu Feb 13 10:50:56 2014 +0100

Fix premature return from get_pool_params

---
 tools/toollib.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/toollib.c b/tools/toollib.c
index 3dc76b8..7deb3a4 100644
--- a/tools/toollib.c
+++ b/tools/toollib.c
@@ -1673,7 +1673,6 @@ int get_pool_params(struct cmd_context *cmd,
 				  " converting to pool LVs.");
 			return_0;
 		}
-		return 1;
 	}
 
 	*passed_args = 0;



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-13  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-13  9:51 master - Fix premature return from get_pool_params Marian Csontos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.