Coverity: initialize some variables before potential use.

This commit is contained in:
Matt Jacob 2006-09-05 20:28:28 +00:00
parent 26acbcd1ba
commit 9af877a146

View File

@ -158,6 +158,8 @@ ahc_attach(struct ahc_softc *ahc)
count = 0;
sim = NULL;
sim2 = NULL;
path = NULL;
path2 = NULL;
/*
* Create a thread to perform all recovery.