mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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_old;
|
||||||
struct sigaction sa_new;
|
struct sigaction sa_new;
|
||||||
struct list_head ifaces;
|
struct list_head ifaces;
|
||||||
@@ -3426,6 +3427,10 @@
|
@@ -3426,6 +3427,11 @@
|
||||||
break;
|
break;
|
||||||
case 'h':
|
case 'h':
|
||||||
usage(0);
|
usage(0);
|
||||||
|
+ break;
|
||||||
+ case '?':
|
+ case '?':
|
||||||
+ log_error("unrecognized character '%c'", optopt);
|
+ log_error("unrecognized character '%c'", optopt);
|
||||||
+ argerror = 1;
|
+ argerror = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue