Commit a5cd7cee authored by Geoff Simmons's avatar Geoff Simmons

compile successfully with enable-developer-warnings on but

enable-debugging-symbols off
parent 8698ad9d
......@@ -576,7 +576,7 @@ dispatch(struct VSL_data *vsl, struct VSL_transaction * const pt[], void *priv)
void
CHILD_Main(int readconfig)
{
int errnum, status;
int errnum, status = DISPATCH_CONTINUE;
const char *errmsg;
pthread_t monitor;
struct passwd *pw;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment