parent
eb66e8e36f
commit
2ff3be7dc1
|
@ -71,11 +71,11 @@ int main(int argc, char **argv)
|
||||||
int opt;
|
int opt;
|
||||||
|
|
||||||
while ((opt = getopt(argc, argv, "p:sv")) != -1) {
|
while ((opt = getopt(argc, argv, "p:sv")) != -1) {
|
||||||
switch (opt)
|
switch (opt) {
|
||||||
{
|
|
||||||
case 'p':
|
case 'p':
|
||||||
port = atoi(optarg);
|
port = atoi(optarg);
|
||||||
break;\
|
break;
|
||||||
|
\
|
||||||
case 's':
|
case 's':
|
||||||
ssl = true;
|
ssl = true;
|
||||||
case 'v':
|
case 'v':
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 99adb71b0bd8cb2c09fd41e52334a9bcf8831327
|
Subproject commit 2fb5523d44eb5cc65eb9473ecbf689727097b3cd
|
Loading…
Reference in New Issue