From root@amigo.faf.fa.disney.com Thu Aug 19 05:07:59 1999
Return-Path: <root@amigo.faf.fa.disney.com>
Received: from mail.disney.com (mail.disney.com [204.128.192.15])
	by hub.freebsd.org (Postfix) with ESMTP id 7525314C8D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Aug 1999 05:07:59 -0700 (PDT)
	(envelope-from root@amigo.faf.fa.disney.com)
Received: from pain10.corp.disney.com (root@pain10.corp.disney.com [153.7.110.100])
	by mail.disney.com (8.9.1/8.9.1) with SMTP id FAA23102
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Aug 1999 05:07:32 -0700 (PDT)
Received: from louie.fa.disney.com by pain.corp.disney.com with ESMTP for FreeBSD-gnats-submit@freebsd.org; Thu, 19 Aug 1999 05:07:37 -0700
Received: from snowhite.faf.fa.disney.com (snowhite.faf.fa.disney.com [153.7.115.1])
	by louie.fa.disney.com (8.9.2/8.9.2) with ESMTP id FAA20006
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Aug 1999 05:07:31 -0700 (PDT)
	(envelope-from root@amigo.faf.fa.disney.com)
Received: from amigo.faf.fa.disney.com (amigo.faf.fa.disney.com [153.7.115.94])
	by snowhite.faf.fa.disney.com (8.9.2/8.9.2) with ESMTP id IAA03673
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Aug 1999 08:07:30 -0400 (EDT)
	(envelope-from root@amigo.faf.fa.disney.com)
Received: (from root@localhost)
	by amigo.faf.fa.disney.com (8.9.3/8.9.2) id IAA40234;
	Thu, 19 Aug 1999 08:07:29 -0400 (EDT)
	(envelope-from root@amigo.faf.fa.disney.com)
Message-Id: <199908191207.IAA40234@amigo.faf.fa.disney.com>
Date: Thu, 19 Aug 1999 08:07:29 -0400 (EDT)
From: Jim.Pirzyk@disney.com
Sender: root@amigo.faf.fa.disney.com
Reply-To: Jim.Pirzyk@disney.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Typeo in yplib.c for yp_all subroutine
X-Send-Pr-Version: 3.2

>Number:         13254
>Category:       bin
>Synopsis:       yp_all error messages have wrong text
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pirzyk
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 19 05:10:00 PDT 1999
>Closed-Date:    Wed May 30 09:04:16 PDT 2001
>Last-Modified:  Wed May 30 09:05:11 PDT 2001
>Originator:     Jim Pirzyk
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
>Environment:

	Any

>Description:

	The output of an error in the yp_all function will display an 
	error message with yp_next instead of yp_all.

>How-To-Repeat:

	have a program run a yp_all function call that would timeout.

>Fix:
 
*** yplib.c.orig	Sat Mar  7 00:06:10 1998
--- yplib.c	Thu Aug 19 08:03:54 1999
***************
*** 865,871 ****
  	if (clnt_call(clnt, YPPROC_ALL,
  		xdr_ypreq_nokey, &yprnk,
  		xdr_ypresp_all_seq, &status, tv) != RPC_SUCCESS) {
! 			clnt_perror(ysd->dom_client, "yp_next: clnt_call");
  			clnt_destroy(clnt);
  			_yp_unbind(ysd);
  			goto again;
--- 865,871 ----
  	if (clnt_call(clnt, YPPROC_ALL,
  		xdr_ypreq_nokey, &yprnk,
  		xdr_ypresp_all_seq, &status, tv) != RPC_SUCCESS) {
! 			clnt_perror(ysd->dom_client, "yp_all: clnt_call");
  			clnt_destroy(clnt);
  			_yp_unbind(ysd);
  			goto again;


>Release-Note:
	Will MFC this fix to the -stable branch after 1 week
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->pirzyk 
Responsible-Changed-By: pirzyk 
Responsible-Changed-When: Wed May 23 08:42:57 PDT 2001 
Responsible-Changed-Why:  
Because there was no specific person assigned 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13254 
State-Changed-From-To: open->closed 
State-Changed-By: pirzyk 
State-Changed-When: Wed May 30 09:04:16 PDT 2001 
State-Changed-Why:  
Changes commited to -current and -stable branches. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13254 
>Unformatted:
