r20738: Remove unused variable
authorVolker Lendecke <vlendec@samba.org>
Sat, 13 Jan 2007 19:55:37 +0000 (19:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:07 +0000 (12:17 -0500)
(This used to be commit c16ce9ebaab0175e7f1dc13798d5599388fa35d6)

source3/nsswitch/winbindd_nss.h

index 25279c56506aa03ae32c66d66c3aea359932a5a2..9584e18e065a40f26f7876ebf50750f4418f69a0 100644 (file)
@@ -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;
 };