mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct error message of an example.
Obtained from: KAME
This commit is contained in:
parent
078aac9c09
commit
1022dd3dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ for (res = res0; res && nsock < MAXSOCK; res = res->ai_next) {
|
|||
}
|
||||
|
||||
if (bind(s[nsock], res->ai_addr, res->ai_addrlen) < 0) {
|
||||
cause = "connect";
|
||||
cause = "bind";
|
||||
close(s[nsock]);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue