From owner-cvs-src@FreeBSD.ORG Fri Aug 22 03:16:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB0011065671; Fri, 22 Aug 2008 03:16:05 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9678FC14; Fri, 22 Aug 2008 03:16:05 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7M3G5RX068129; Fri, 22 Aug 2008 03:16:05 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7M3G5VO068128; Fri, 22 Aug 2008 03:16:05 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200808220316.m7M3G5VO068128@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 22 Aug 2008 03:15:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/ndiscvt inf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 03:16:05 -0000 thompsa 2008-08-22 03:15:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/ndiscvt inf.c Log: SVN rev 181990 on 2008-08-22 03:15:50Z by thompsa MFC r178214 If the .inf file did not have a Default entry for the registry key then write out a blank value and close the brackets on the ndis_regvals array. Revision Changes Path 1.16.10.2 +3 -1 src/usr.sbin/ndiscvt/inf.c