summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_connection.c
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-07-17 15:27:20 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-09-11 19:44:55 +0200
commit937928d1161a4f7bd894cb365ada97569ab0f78f (patch)
tree7b1be73a75759ab8e6e600582879c8d55e01294f /src/providers/ldap/sdap_async_connection.c
parent69c83119c0504fd1590299b8a4ecdabf86a8f18d (diff)
downloadsssd-937928d1161a4f7bd894cb365ada97569ab0f78f.tar.gz
sssd-937928d1161a4f7bd894cb365ada97569ab0f78f.tar.xz
sssd-937928d1161a4f7bd894cb365ada97569ab0f78f.zip
Fix formating of variables with type: time_t
Diffstat (limited to 'src/providers/ldap/sdap_async_connection.c')
-rw-r--r--src/providers/ldap/sdap_async_connection.c2
1 files changed, 1 insertions, 1 deletions
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 ||