mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Don't pass scope-id to EPRT command.
Reviewed by: sumikawa
This commit is contained in:
parent
7009672a8a
commit
9ba97db25b
1 changed files with 1 additions and 1 deletions
|
|
@ -1463,7 +1463,7 @@ noport:
|
|||
if (getnameinfo((struct sockaddr *)daddr,
|
||||
daddr->su_len, hname,
|
||||
sizeof(hname) - 1, NULL, 0,
|
||||
NI_NUMERICHOST|NI_WITHSCOPEID)) {
|
||||
NI_NUMERICHOST)) {
|
||||
result = ERROR;
|
||||
} else {
|
||||
result = command("EPRT |%d|%s|%d|",
|
||||
|
|
|
|||
Loading…
Reference in a new issue