diff options
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx_osm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx_osm.c b/sys/dev/aic7xxx/aic7xxx_osm.c index 362fc657bdde..ab6c48cbb97c 100644 --- a/sys/dev/aic7xxx/aic7xxx_osm.c +++ b/sys/dev/aic7xxx/aic7xxx_osm.c @@ -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. |
