From owner-cvs-all Fri Jun 1 8:20:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1ACA37B43C; Fri, 1 Jun 2001 08:20:47 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f51FKlR56424; Fri, 1 Jun 2001 08:20:47 -0700 (PDT) (envelope-from iedowse) Message-Id: <200106011520.f51FKlR56424@freefall.freebsd.org> From: Ian Dowse Date: Fri, 1 Jun 2001 08:20:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_vc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/06/01 08:20:47 PDT Modified files: lib/libc/rpc clnt_vc.c Log: Copy the sockaddr from the netbuf data area, not from the netbuf data pointer. This bug has been here since the ti-rpc import; it apparently broke the clnt_control CLGET_SVC_ADDR options. PR: misc/27813 Submitted by: Jean-Luc Richier Revision Changes Path 1.7 +2 -2 src/lib/libc/rpc/clnt_vc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message