diff options
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r-- | source3/nsswitch/winbindd_nss.h | 1 |
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; }; |