Fix rmr_rpobe command line bug; add test coverage
[ric-plt/lib/rmr.git] / src / rmr / si / src / si95 / sicbreg.c
index 9c7bba7..6428b1d 100644 (file)
@@ -40,7 +40,7 @@ extern void SIcbreg( struct ginfo_blk *gptr, int type, int ((*fptr)()), void * d
 
        if( gptr == NULL ) {
                rmr_vlog( RMR_VL_ERR, "SIcbreg -- gptr was nil\n" );
-               exit( 1 );
+               return;
        }
 
         if( gptr->magicnum == MAGICNUM ) {                     //  valid block from user ?