nflag -> numeric_port. nflag is no more
This commit is contained in:
parent
c954e79ae8
commit
c264b07418
@ -115,7 +115,7 @@ static char mybuf[50];
|
||||
case 0xff:
|
||||
return "????";
|
||||
default:
|
||||
if (nflag) {
|
||||
if (numeric_port) {
|
||||
(void)snprintf(mybuf, sizeof(mybuf), "%d",
|
||||
(unsigned int)sat->sat_port);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user