diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-03-16 19:36:23 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-03-16 19:36:23 +0000 |
| commit | ccd6f42dc90c50d08d4461c340d145726e44326b (patch) | |
| tree | 153dafde7f361e5770289ccdd1e4c9702db5de52 | |
| parent | 420e745a9071afc365282a3ed1c3e70db7833aac (diff) | |
Notes
| -rw-r--r-- | sys/netinet/in_pcb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index e78364060486..b24b4042628c 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -521,7 +521,7 @@ in_pcbconnect(inp, nam, p) if (inp->inp_lport == 0) { error = in_pcbbind(inp, (struct sockaddr *)0, p); if (error) - return (error); + return (error); } inp->inp_laddr = ifaddr->sin_addr; } |
