Displaying 1 result from an estimated 1 matches for "spec_service_handler".
2003 Apr 18
0
[Fwd: Xinetd 2.3.10 Memory Leaks]
...status_e ret_code;
>
>
>
>
>
> cp = conn_new( sp ) ;
>
> if ( cp == CONN_NULL )
>
> return ;
>
> if (sp->svc_not_generic)
>
> 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...