Eliminate the SI receive buffer length requirement
[ric-plt/lib/rmr.git] / src / rmr / si / src / si95 / siconnect.c
index 114e873..a48cb43 100644 (file)
@@ -57,7 +57,7 @@ extern int SIconnect( struct ginfo_blk *gptr, char *abuf ) {
        int alen = 0;                                   //  len of address struct 
        int fd = SI_ERROR;              //  file descriptor to return to caller 
 
-       if( PARINOID_CHECKS ) {
+       if( PARANOID_CHECKS ) {
                if( gptr == NULL ) {
                        return SI_ERROR;
                }