Skip to content

Commit f8bb0fe

Browse files
muinkheiher
authored andcommitted
HevConf: Fix -c option not added to getopt
1 parent 8730255 commit f8bb0fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hev-conf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ hev_conf_init (int argc, char *argv[])
7979
int opt;
8080
struct sockaddr_in6 sa;
8181

82-
while ((opt = getopt (argc, argv, "46udk:s:h:e:f:b:T:t:p:i:")) != -1) {
82+
while ((opt = getopt (argc, argv, "46udk:c:s:h:e:f:b:T:t:p:i:")) != -1) {
8383
switch (opt) {
8484
case '4':
8585
type = AF_INET;

0 commit comments

Comments
 (0)