From 55dfa23e4149b8daa9fe007fd1b7fac744bcdf12 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 22 Jan 2004 01:56:31 +0000 Subject: initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop. metze (This used to be commit 61ec710518469876ccc48d57b5fee5d6ead3d482) --- source4/smbd/process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/smbd/process.c') diff --git a/source4/smbd/process.c b/source4/smbd/process.c index 411ffef717..ae64bc988f 100644 --- a/source4/smbd/process.c +++ b/source4/smbd/process.c @@ -21,8 +21,8 @@ #include "includes.h" -SIG_ATOMIC_T reload_after_sighup = 0; -SIG_ATOMIC_T got_sig_term = 0; +//SIG_ATOMIC_T reload_after_sighup = 0; +//SIG_ATOMIC_T got_sig_term = 0; /* send an oplock break request to a client -- cgit