Eliminate the SI receive buffer length requirement
[ric-plt/lib/rmr.git] / src / rmr / si / src / si95 / silisten.c
index 8cd484a..3ce0e18 100644 (file)
@@ -45,7 +45,7 @@ extern int SIlistener( struct ginfo_blk *gptr, int type, char *abuf ) {
        struct tp_blk *tpptr;                   //  pointer into tp list
        int status = SI_ERROR;                  //  status of processing
 
-       if( PARINOID_CHECKS ) {
+       if( PARANOID_CHECKS ) {
                if( gptr == NULL ) {
                        return status;
                }