IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 1:17:11 AM (19 years ago)
Author:
eugene
Message:

adding ASSERTs all over

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/CheckSystem.c

    r10651 r10652  
    178178    }
    179179    host = (Host *) job[0].host;
     180    ASSERT (host, "host is NULL");
     181
    180182    RemoveStackByID (hoststack, host[0].HostID);
    181183    UnlockStack (hoststack);
     
    215217    }
    216218    host = (Host *) job[0].host;
     219    ASSERT (host, "host is NULL");
     220
    217221    RemoveStackByID (hoststack, host[0].HostID);
    218222    UnlockStack (hoststack);
Note: See TracChangeset for help on using the changeset viewer.