Correct bug in SIwait causing excessive CPU use
[ric-plt/lib/rmr.git] / src / rmr / si / src / si95 / sinewses.c
index 0b00ba4..182fa6a 100644 (file)
@@ -114,7 +114,6 @@ extern int SInewsession( struct ginfo_blk *gptr, struct tp_blk *tpptr ) {
                SIcbstat(  gptr, status, SI_CB_CONN );               //  handle status
        }
 
-       gptr->flags |= GIF_SESS_CHANGE;                 // sessions changed must rebuild the poll list
        SImap_fd( gptr, newtp->fd, newtp );             // add fd to the map
 
        return SI_OK;