diff options
author | Jeremy Allison <jra@samba.org> | 2002-12-11 23:54:46 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-12-11 23:54:46 +0000 |
commit | 7dd847ba9c10be196b5d02f9593c642666855470 (patch) | |
tree | d8075361fa9e53f24ae0e07633751ad645547275 /source3/smbd | |
parent | f7267c1235ae1b8c6a7324d508f5d435ff18de50 (diff) | |
download | samba-7dd847ba9c10be196b5d02f9593c642666855470.tar.gz samba-7dd847ba9c10be196b5d02f9593c642666855470.tar.bz2 samba-7dd847ba9c10be196b5d02f9593c642666855470.zip |
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy.
(This used to be commit ff3a8d37289216a2cb808406044a7abef1e564d0)
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 |