Correctly initialize the `btprobing' variable. It's always been 0,

causing a bogus error message to appear if no board has been fond.
This commit is contained in:
Joerg Wunsch 1996-01-25 23:03:07 +00:00
parent e5bf458f52
commit 11b61c4563
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13636

View File

@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: bt.c,v 1.3 1995/12/14 14:19:16 peter Exp $
* $Id: bt.c,v 1.4 1996/01/07 19:24:36 gibbs Exp $
*/
/*
@ -247,7 +247,7 @@ static timeout_t
bt_timeout;
u_long bt_unit = 0;
static int btprobing = 0;
static int btprobing = 1;
/*
* XXX