IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

adding ASSERTs all over

File:
1 edited

Legend:

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

    r8546 r10652  
    1717  IOBuffer buffer;
    1818  struct timespec request, remain;
     19
     20  ASSERT (command != NULL, "command is NULL");
     21  ASSERT (hostname != NULL, "hostname is NULL");
     22  ASSERT (shell != NULL, "shell is NULL");
     23  ASSERT (stdio != NULL, "stdio is NULL");
    1924
    2025  bzero (stdin_fd,  2*sizeof(int));
Note: See TracChangeset for help on using the changeset viewer.