mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Silence a warning.
This commit is contained in:
parent
8d8e595eb0
commit
db6784f200
1 changed files with 1 additions and 1 deletions
|
|
@ -1817,7 +1817,7 @@ main(int arc, char **argv)
|
|||
|
||||
}
|
||||
|
||||
if (g.ifname == NULL) {
|
||||
if (strlen(g.ifname) <=0 ) {
|
||||
D("missing ifname");
|
||||
usage();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue