conf.c (xinetd-2.3.15) | : | conf.c (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 205 | skipping to change at line 205 | |||
} | } | |||
/* | /* | |||
* All the configurations have been linked to their services | * All the configurations have been linked to their services | |||
* so we don't need to hold references to them in the pset. | * so we don't need to hold references to them in the pset. | |||
* We need to clear the pset so that the cnf_free will not free the memory. | * We need to clear the pset so that the cnf_free will not free the memory. | |||
*/ | */ | |||
pset_clear( sconfs ) ; | pset_clear( sconfs ) ; | |||
if ( debug.on ) | if ( debug.on ) | |||
#ifdef HAVE_POLL | ||||
msg( LOG_DEBUG, func, "pfds_last = %d, services_started = %d", | ||||
ps.rws.pfds_last, services_started ) ; | ||||
#else | ||||
msg( LOG_DEBUG, func, "mask_max = %d, services_started = %d", | msg( LOG_DEBUG, func, "mask_max = %d, services_started = %d", | |||
ps.rws.mask_max, services_started ) ; | ps.rws.mask_max, services_started ) ; | |||
#endif | ||||
return( services_started ) ; | return( services_started ) ; | |||
} | } | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added |