search for: svc_logs_userid_on_failure

Displaying 1 result from an estimated 1 matches for "svc_logs_userid_on_failure".

2003 Apr 18
0
[Fwd: Xinetd 2.3.10 Memory Leaks]
...ret_code = spec_service_handler(sp, cp); > > else > > ret_code = svc_generic_handler(sp, cp); > > > > > > if ( ret_code != OK ) > > { > > if ( SVC_LOGS_USERID_ON_FAILURE( sp ) ) > > if( spec_service_handler( LOG_SERVICE( ps ), cp ) == FAILED ) { > > conn_free( cp, 1 ); > > return; > > } > > CONN_CLOSE(cp); > > } > > } > > > > The above code has several...