mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Remove -p option from getopt string, all corresponding code
already deleted
This commit is contained in:
parent
cb70011ceb
commit
de1fd44033
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ main(int argc,
|
|||
(void)gethostname(myname, sizeof(myname)-1);
|
||||
(void)gethost(myname, &myaddr);
|
||||
|
||||
while ((n = getopt(argc, argv, "sqdghmpAtT:F:P:")) != EOF) {
|
||||
while ((n = getopt(argc, argv, "sqdghmAtT:F:P:")) != EOF) {
|
||||
switch (n) {
|
||||
case 's':
|
||||
supplier = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue