diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-01-22 01:56:31 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-01-22 01:56:31 +0000 |
commit | 55dfa23e4149b8daa9fe007fd1b7fac744bcdf12 (patch) | |
tree | eb985286f38c4d80ad30342d380badf095361d96 /source4/smbd | |
parent | d8ee9d7a0e8826915900f2bf514886ca3f067fd8 (diff) | |
download | samba-55dfa23e4149b8daa9fe007fd1b7fac744bcdf12.tar.gz samba-55dfa23e4149b8daa9fe007fd1b7fac744bcdf12.tar.bz2 samba-55dfa23e4149b8daa9fe007fd1b7fac744bcdf12.zip |
initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop.
metze
(This used to be commit 61ec710518469876ccc48d57b5fee5d6ead3d482)
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/process.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |