1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-23 06:50:21 +03:00

s4-kdc/db_glue: use time_t directly instead of KerberosTime.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Günther Deschner 2014-05-08 10:49:00 +02:00 committed by Stefan Metzmacher
parent 668f1e9ab0
commit 0163c9403e

View File

@ -66,7 +66,7 @@ static const char *trust_attrs[] = {
};
static KerberosTime ldb_msg_find_krb5time_ldap_time(struct ldb_message *msg, const char *attr, KerberosTime default_val)
static time_t ldb_msg_find_krb5time_ldap_time(struct ldb_message *msg, const char *attr, time_t default_val)
{
const char *tmp;
const char *gentime;