From be44ae723a6e4d3f21537d10fdefc985a62033c0 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 7 Nov 2016 14:06:29 +0100 Subject: [PATCH] saslauthd: Fix indentation to silent GCC6 warnings [-Wmisleading-indentation] --- saslauthd/lak.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/saslauthd/lak.c b/saslauthd/lak.c index 17f58baf..d752f7b7 100644 --- a/saslauthd/lak.c +++ b/saslauthd/lak.c @@ -1378,8 +1378,8 @@ static int lak_group_member( } done:; - if (res) - ldap_msgfree(res); + if (res) + ldap_msgfree(res); if (group_dn) free(group_dn); if (group_filter) @@ -1391,7 +1391,7 @@ done:; if (dn_bv) ber_bvfree(dn_bv); - return rc; + return rc; } static int lak_auth_custom(