From owner-cvs-all@FreeBSD.ORG Thu Feb 14 20:12:24 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 3DC1E16A469; Thu, 14 Feb 2008 20:12:24 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 29F7713C4F2; Thu, 14 Feb 2008 20:12:24 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1EKCNiB020812; Thu, 14 Feb 2008 20:12:23 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1EKCNpt020811; Thu, 14 Feb 2008 20:12:23 GMT (envelope-from yar) Message-Id: <200802142012.m1EKCNpt020811@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 14 Feb 2008 20:12:23 +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/usr.sbin/rpcbind rpcbind.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: Thu, 14 Feb 2008 20:12:24 -0000 yar 2008-02-14 20:12:23 UTC FreeBSD src repository Modified files: usr.sbin/rpcbind rpcbind.c Log: No network addresses in the system isn't a good excuse for rpcbind(8) to crash. The crash was due to a boolean variable initialized improperly. Besides fixing the initialization, pick a better name for the variable so that its meaning is clear and no more coding errors appear around it. Revision Changes Path 1.20 +4 -4 src/usr.sbin/rpcbind/rpcbind.c