From c84e6aebc202838267d2a4b172f640b52a201bbb Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 21 Aug 2012 11:24:58 -0700 Subject: Fix bug #9098 - winbind does not refresh kerberos tickets. Based on work from Ian Gordon . Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Tue Aug 21 22:01:15 CEST 2012 on sn-devel-104 --- source3/winbindd/winbindd_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 3746fe0268..ec5ec372d1 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -182,6 +182,7 @@ NTSTATUS add_ccache_to_list(const char *princ_name, const char *ccname, const char *service, const char *username, + const char *password, const char *realm, uid_t uid, time_t create_time, -- cgit