diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-01-22 02:13:13 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-01-22 02:13:13 +0000 |
commit | 3c310c7aa23a3cb5ab5e16de442f66523d0d6dca (patch) | |
tree | d3c4e3827586fdfa521e50df68d7c2e6cc5d6bb5 /source4/smbd/process.c | |
parent | b1d8f234bfe083b5aa0b9e3ed675a36590aa5c0c (diff) | |
download | samba-3c310c7aa23a3cb5ab5e16de442f66523d0d6dca.tar.gz samba-3c310c7aa23a3cb5ab5e16de442f66523d0d6dca.tar.bz2 samba-3c310c7aa23a3cb5ab5e16de442f66523d0d6dca.zip |
fix last commit, which went in by mistake
('cvs ci filename' should be my friend:-)
get rid of some more global unconst vars.
I didn't find a referenz of this vars:
SIG_ATOMIC_T reload_after_sighup = 0;
SIG_ATOMIC_T got_sig_term = 0;
tridge: is it ok to remove them?
it compiles for me
metze
(This used to be commit b34a3104c63b36cec47acdedef36caaf571eb383)
Diffstat (limited to 'source4/smbd/process.c')
-rw-r--r-- | source4/smbd/process.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/smbd/process.c b/source4/smbd/process.c index ae64bc988f..0891e3de76 100644 --- a/source4/smbd/process.c +++ b/source4/smbd/process.c @@ -21,8 +21,6 @@ #include "includes.h" -//SIG_ATOMIC_T reload_after_sighup = 0; -//SIG_ATOMIC_T got_sig_term = 0; /* send an oplock break request to a client |