From 33c2eb4d63138985b9f6888bd1a94d8d6468a8f2 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 1 Oct 2015 05:51:14 -0700 Subject: [PATCH] IDENT is optional --- src/external_acl.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/external_acl.cc b/src/external_acl.cc index e5f466edf2..ac52a51c37 100644 --- a/src/external_acl.cc +++ b/src/external_acl.cc @@ -742,6 +742,7 @@ makeExternalAclKey(ACLFilledChecklist * ch, external_acl_data * acl_data) ch->al->_private.lastAclData = sb.c_str(); } +#if USE_IDENT if (t->type == Format::LFT_USER_IDENT) { if (!*ch->rfc931) { // if we fail to go async, we still return NULL and the caller @@ -750,6 +751,7 @@ makeExternalAclKey(ACLFilledChecklist * ch, external_acl_data * acl_data) return NULL; } } +#endif } // assemble the full helper lookup string -- 2.47.3