X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fsi%2Fsrc%2Fsi95%2Fsilisten.c;h=3ce0e182708fd05dbe32b12dcd1cf5d31ba5d21a;hb=6af063ee12dc292b7d37459199e2a51285030217;hp=c7151d4cc9416e27218631ff895a99a1e3dc9659;hpb=ec88d3c0563eeb6ae5f73427edb0b3c4d7acf299;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/si/src/si95/silisten.c b/src/rmr/si/src/si95/silisten.c index c7151d4..3ce0e18 100644 --- a/src/rmr/si/src/si95/silisten.c +++ b/src/rmr/si/src/si95/silisten.c @@ -45,16 +45,14 @@ 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; } - gptr->sierr = SI_ERR_HANDLE; if( gptr->magicnum != MAGICNUM ) // good cookie at the gptr address? return status; } - gptr->sierr = SI_ERR_TP; tpptr = SIlisten_prep( gptr, type, abuf, 0 ); if( tpptr != NULL ) // established a fd bound to the port ok