summaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-07-02 07:24:01 -0400
committerJakub Hrozek <jhrozek@redhat.com>2015-07-06 20:19:12 +0200
commit6aff93510b36799c1773d368cc218cd533c43161 (patch)
tree91b92866ffb1fc26ac3a562d05b9311783ad1632 /src/db
parent0aa18cc0bf3447ca734476926724f1632e160807 (diff)
downloadsssd-6aff93510b36799c1773d368cc218cd533c43161.tar.gz
sssd-6aff93510b36799c1773d368cc218cd533c43161.tar.xz
sssd-6aff93510b36799c1773d368cc218cd533c43161.zip
Minor code improvements
pam_helpers.h had to be included after util.h. Removed exara empty line. Fixed code alignment Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/db')
-rw-r--r--src/db/sysdb_ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/sysdb_ops.c b/src/db/sysdb_ops.c
index 6d0aede8a..d1d43ebe6 100644
--- a/src/db/sysdb_ops.c
+++ b/src/db/sysdb_ops.c
@@ -3376,7 +3376,6 @@ int sysdb_cache_auth(struct sss_domain_info *domain,
goto done;
}
-
} else {
DEBUG(SSSDBG_CONF_SETTINGS, "Authentication failed.\n");
authentication_successful = false;