X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fsi%2Fsrc%2Fsi95%2Fsicbreg.c;h=6428b1dd30797ac7b9e390e58730a226d1c4f26c;hb=cc314e0c526a0ed0ce9295e490b3f2bb29c3332c;hp=9c7bba745f7ac7a45fb7cad251c8ac036ed51e60;hpb=40e32867174c51c9b0ea50dfea19130c468cc200;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/si/src/si95/sicbreg.c b/src/rmr/si/src/si95/sicbreg.c index 9c7bba7..6428b1d 100644 --- a/src/rmr/si/src/si95/sicbreg.c +++ b/src/rmr/si/src/si95/sicbreg.c @@ -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 ?