From: John Fastabend <[email protected]>

The -f option was forcing debug mode.  I do not believe
this is the intended behavior.

Signed-off-by: John Fastabend <[email protected]>
Signed-off-by: Robert Love <[email protected]>
---

 fcoemon.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fcoemon.c b/fcoemon.c
index 87a6fc1..d8c2a8d 100644
--- a/fcoemon.c
+++ b/fcoemon.c
@@ -2348,6 +2348,7 @@ int main(int argc, char **argv)
                switch (c) {
                case 'f':
                        fcm_fg = 1;
+                       break;
                case 'd':
                        fcoe_config.debug = 1;
                        break;

_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to