Displaying 1 result from an estimated 1 matches for "svc_generic_handler".
2003 Apr 18
0
[Fwd: Xinetd 2.3.10 Memory Leaks]
...> 
>      
> 
>    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 ) )
> 
>          if( spec_service_handler( LOG_SERVICE( ps ), cp ) == FAIL...