From owner-cvs-sys Tue Feb 11 09:22:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA05731 for cvs-sys-outgoing; Tue, 11 Feb 1997 09:22:50 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA05724; Tue, 11 Feb 1997 09:22:48 -0800 (PST) Date: Tue, 11 Feb 1997 09:22:48 -0800 (PST) From: Nate Williams Message-Id: <199702111722.JAA05724@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pccard pccard.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/02/11 09:22:48 Modified: sys/pccard pccard.c Log: In the disable_slot() routine, the variable "i" was being used without ever being initialized. From examining the rest of the routine, it looks like this is a typo, and it really should have been "1" instead of "i". Submitted by: mpp Revision Changes Path 1.32 +1 -1 src/sys/pccard/pccard.c