Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2001 05:36:53 -0700 (PDT)
From:      Koga Youichirou <y-koga@jp.FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/28337: typo of /usr/bin/ftp debug message
Message-ID:  <200106221236.f5MCarI59870@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         28337
>Category:       bin
>Synopsis:       typo of /usr/bin/ftp debug message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 22 05:40:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Koga Youichirou
>Release:        4.3-STABLE
>Organization:
The FreeBSD Project (Japan)
>Environment:
FreeBSD 4.3-STABLE #1: Mon Apr 23 14:07:01 JST 2001
>Description:
There is a small typo in usr.bin/ftp/util.c.


>How-To-Repeat:
% ftp -d6 ::1
ftp -6d ::1
isipv6addr: got 1 for ::1nConnected to ::1.
...

>Fix:
--- util.c.BAK	Tue Apr 17 17:37:10 2001
+++ util.c	Fri Jun 22 21:19:07 2001
@@ -874,7 +874,7 @@
 		freeaddrinfo(res);
 	}
 	if (debug)
-		printf("isipv6addr: got %d for %sn", rv, addr);
+		printf("isipv6addr: got %d for %s\n", rv, addr);
 #endif
 	return (rv == 1) ? 1 : 0;
 }

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106221236.f5MCarI59870>