From owner-cvs-all@FreeBSD.ORG Tue Sep 9 14:19:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CBA71065677; Tue, 9 Sep 2008 14:19:43 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0BFE28FC08; Tue, 9 Sep 2008 14:19:43 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m89EJgtc087682; Tue, 9 Sep 2008 14:19:42 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m89EJgYE087681; Tue, 9 Sep 2008 14:19:42 GMT (envelope-from dfr@repoman.freebsd.org) Message-Id: <200809091419.m89EJgYE087681@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dfr@repoman.freebsd.org using -f From: Doug Rabson Date: Tue, 9 Sep 2008 14:15:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include/rpc svc_auth.h src/lib/libc/rpc svc.c svc_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 14:19:43 -0000 dfr 2008-09-09 14:15:55 UTC FreeBSD src repository Modified files: include/rpc svc_auth.h lib/libc/rpc svc.c svc_auth.c Log: SVN rev 182891 on 2008-09-09 14:15:55Z by dfr Initialise the SVCAUTH field for new transport structures when they are allocated instead of waiting for the first request. This fixes an issue with rpcbind's support for PMAPPROC_CALLIT. Reviewed by: markm Revision Changes Path 1.15 +2 -0 src/include/rpc/svc_auth.h 1.26 +1 -0 src/lib/libc/rpc/svc.c 1.15 +2 -2 src/lib/libc/rpc/svc_auth.c