From 937928d1161a4f7bd894cb365ada97569ab0f78f Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 17 Jul 2013 15:27:20 +0200 Subject: Fix formating of variables with type: time_t --- src/providers/ldap/sdap_async_connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/sdap_async_connection.c') diff --git a/src/providers/ldap/sdap_async_connection.c b/src/providers/ldap/sdap_async_connection.c index cc3e13d09..17d03c320 100644 --- a/src/providers/ldap/sdap_async_connection.c +++ b/src/providers/ldap/sdap_async_connection.c @@ -1773,7 +1773,7 @@ static void sdap_cli_auth_step(struct tevent_req *req) || (state->sh->expire_time > (now + expire_timeout))) { state->sh->expire_time = now + expire_timeout; DEBUG(SSSDBG_TRACE_LIBS, - ("the connection will expire at %d\n", state->sh->expire_time)); + ("the connection will expire at %ld\n", state->sh->expire_time)); } if (!state->do_auth || -- cgit