From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 15:05:53 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8DC210658C1 for ; Fri, 8 Oct 2010 15:05:53 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 445B78FC14 for ; Fri, 8 Oct 2010 15:05:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o98F5raW071162 for ; Fri, 8 Oct 2010 15:05:53 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98F5rXj071161 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 15:05:53 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010081505.o98F5rXj071161@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Fri, 8 Oct 2010 15:05:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd primary.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 15:05:53 -0000 pjd 2010-10-08 15:05:39 UTC FreeBSD src repository Modified files: sbin/hastd primary.c Log: SVN rev 213580 on 2010-10-08 15:05:39Z by pjd We can't zero out ggio request, as we have some fields in there we initialize once during start-up. Reported by: Mikolaj Golub MFC after: 3 days Revision Changes Path 1.36 +0 -1 src/sbin/hastd/primary.c