summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1996-05-02 05:31:13 +0000
committerBill Fenner <fenner@FreeBSD.org>1996-05-02 05:31:13 +0000
commitaf00f8007c7a6f86a2a2c686499ba2733e8c2971 (patch)
treeef1184d2e7f95f18870d4fbe758e080a0325f8bd /sys/netinet/tcp_input.c
parenta251b9e77e06ac856f1a315a935b9ed8685d2147 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index 17cfd32f0719..b38a5e785820 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
- * $Id: tcp_input.c,v 1.43 1996/04/26 18:32:57 wollman Exp $
+ * $Id: tcp_input.c,v 1.44 1996/04/27 18:19:10 ache Exp $
*/
#ifndef TUBA_INCLUDE
@@ -378,7 +378,7 @@ findpcb:
*/
if (inp == NULL) {
if (log_in_vain && tiflags & TH_SYN) {
- char buf[4*sizeof "123"];
+ char buf[4*sizeof "123."];
strcpy(buf, inet_ntoa(ti->ti_dst));
log(LOG_INFO, "Connection attempt to TCP %s:%d"