X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fsi%2Fsrc%2Fsi95%2Fsilisten.c;h=38ba600a82a307a20b2d096d5977c21d4894d2f7;hb=280477fab59b789d924830e1a50dc9d2656915af;hp=8cd484a5f55ca0713a411bb577179a2bf46adee2;hpb=5861625ff2eaf1bd3a69ce488bd7d14f7b402432;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 8cd484a..38ba600 100644 --- a/src/rmr/si/src/si95/silisten.c +++ b/src/rmr/si/src/si95/silisten.c @@ -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; } @@ -53,7 +53,7 @@ extern int SIlistener( struct ginfo_blk *gptr, int type, char *abuf ) { return status; } - tpptr = SIlisten_prep( gptr, type, abuf, 0 ); + tpptr = SIlisten_prep( type, abuf, 0 ); if( tpptr != NULL ) // established a fd bound to the port ok { // enable connection reqs