mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Fix crash with -t option
PR: ports/108657 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
This commit is contained in:
parent
cb364f27e0
commit
d941deb76b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188307
@ -91,7 +91,7 @@
|
||||
+#ifndef IPFW
|
||||
while ((ch = getopt(argc, argv, "nd")) != -1) {
|
||||
+#else
|
||||
+ while ((ch = getopt(argc, argv, "ndt")) != -1) {
|
||||
+ while ((ch = getopt(argc, argv, "ndt:")) != -1) {
|
||||
+#endif
|
||||
switch (ch) {
|
||||
case 'n':
|
||||
|
Loading…
Reference in New Issue
Block a user