diff options
author | Jeremy Allison <jra@samba.org> | 2002-12-11 23:54:40 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-12-11 23:54:40 +0000 |
commit | 39c78bf516f4db59fd3c218f67d13dd658daf558 (patch) | |
tree | 6ae1bf309e022605c3256546c2960f4a10295e4b /source3/smbd | |
parent | f2def025e277081ac86d68060fed3e10994eaa44 (diff) | |
download | samba-39c78bf516f4db59fd3c218f67d13dd658daf558.tar.gz samba-39c78bf516f4db59fd3c218f67d13dd658daf558.tar.bz2 samba-39c78bf516f4db59fd3c218f67d13dd658daf558.zip |
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy.
(This used to be commit ec4ed45563f9d8e25fcfd88840944a90b3139c3e)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 3b0619b7d0..923b20ad66 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -1140,7 +1140,6 @@ static BOOL timeout_processing(int deadtime, int *select_timeout, time_t *last_t { unsigned char trust_passwd_hash[16]; time_t lct; - pstring remote_machine_list; /* * We're in domain level security, and the code that |