From owner-freebsd-bugs Fri Jun 22 5:40:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF6DF37B407 for ; Fri, 22 Jun 2001 05:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5MCe3k60096; Fri, 22 Jun 2001 05:40:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63FE137B401 for ; Fri, 22 Jun 2001 05:36:53 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5MCarI59870; Fri, 22 Jun 2001 05:36:53 -0700 (PDT) (envelope-from nobody) Message-Id: <200106221236.f5MCarI59870@freefall.freebsd.org> Date: Fri, 22 Jun 2001 05:36:53 -0700 (PDT) From: Koga Youichirou To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/28337: typo of /usr/bin/ftp debug message Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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