Ignore:
Timestamp:
Sep 14, 2000, 9:09:17 PM (25 years ago)
Author:
sandervl
Message:

bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wnaspi32/aspilib.cpp

    r3845 r4260  
    1 /* $Id: aspilib.cpp,v 1.3 2000-07-18 17:12:04 bird Exp $ */
     1/* $Id: aspilib.cpp,v 1.4 2000-09-14 19:09:16 sandervl Exp $ */
    22/*
    33 *  ASPI Router Library
     
    3030//*                                                                         *
    3131//***************************************************************************
    32 scsiObj::scsiObj()
    33 {
     32scsiObj::scsiObj() : buffer(NULL)
     33{
     34   memset(&SRBlock, 0, sizeof(SRBlock));
     35   memset(&AbortSRB, 0, sizeof(AbortSRB));
    3436}
    3537
Note: See TracChangeset for help on using the changeset viewer.