open-iscsi: add missing break to patch
This commit is contained in:
parent
63aa6eb023
commit
aece0af7ca
1 changed files with 2 additions and 1 deletions
|
@ -17,10 +17,11 @@ Later check this flag and error out, if it is set.
|
|||
struct sigaction sa_old;
|
||||
struct sigaction sa_new;
|
||||
struct list_head ifaces;
|
||||
@@ -3426,6 +3427,10 @@
|
||||
@@ -3426,6 +3427,11 @@
|
||||
break;
|
||||
case 'h':
|
||||
usage(0);
|
||||
+ break;
|
||||
+ case '?':
|
||||
+ log_error("unrecognized character '%c'", optopt);
|
||||
+ argerror = 1;
|
||||
|
|
Loading…
Reference in a new issue