Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 6574
Collapse All | Expand All

(-)master/master.c.orig (+3 lines)
Lines 103-108 enum { Link Here
103
static int verbose = 0;
103
static int verbose = 0;
104
static int listen_queue_backlog = 32;
104
static int listen_queue_backlog = 32;
105
105
106
int allow_severity = LOG_DEBUG; 
107
int deny_severity = LOG_ERR;
108
106
struct service *Services = NULL;
109
struct service *Services = NULL;
107
int allocservices = 0;
110
int allocservices = 0;
108
int nservices = 0;
111
int nservices = 0;

Return to bug 6574