URL: https://github.com/SSSD/sssd/pull/185
Author: tscherf
 Title: #185: Fixed typo in debug output
Action: opened

PR body:
"""

"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/185/head:pr185
git checkout pr185
From da3c7ffbb95faa10490a9e3df594c15e84ca40f8 Mon Sep 17 00:00:00 2001
From: Thorsten Scherf <tsch...@redhat.com>
Date: Wed, 8 Mar 2017 13:57:23 +0100
Subject: [PATCH] Fixed typo in debug output

---
 src/providers/ad/ad_pac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/providers/ad/ad_pac.c b/src/providers/ad/ad_pac.c
index deade5e..ed002e1 100644
--- a/src/providers/ad/ad_pac.c
+++ b/src/providers/ad/ad_pac.c
@@ -134,7 +134,7 @@ errno_t check_if_pac_is_available(TALLOC_CTX *mem_ctx,
     pac_expires = ldb_msg_find_attr_as_uint64(msg, SYSDB_PAC_BLOB_EXPIRE, 0);
     now = time(NULL);
     if (pac_expires < now) {
-        DEBUG(SSSDBG_TRACE_FUNC, "PAC avaiable but too old.\n");
+        DEBUG(SSSDBG_TRACE_FUNC, "PAC available but too old.\n");
         talloc_free(msg);
         return ENOENT;
     }
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to