summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-13 19:55:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:07 -0500
commit209509f7caaafead23957351156972ce805cde76 (patch)
tree4c1cbc3f3af374b935aa32fbecb4f42871f246df /source3
parentafb5cda0de0719d3abab44cc5084226ef0ceb3b2 (diff)
downloadsamba-209509f7caaafead23957351156972ce805cde76.tar.gz
samba-209509f7caaafead23957351156972ce805cde76.tar.bz2
samba-209509f7caaafead23957351156972ce805cde76.zip
r20738: Remove unused variable
(This used to be commit c16ce9ebaab0175e7f1dc13798d5599388fa35d6)
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/winbindd_nss.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index 25279c5650..9584e18e06 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -485,7 +485,6 @@ struct WINBINDD_CCACHE_ENTRY {
uid_t uid;
time_t create_time;
time_t renew_until;
- BOOL refresh_tgt;
time_t refresh_time;
struct timed_event *event;
};