From f982c53548d5c2b27f0084eea80a23db8d141dc9 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 24 Nov 2012 22:02:42 -0700 Subject: [PATCH] ext_time_quota_acl: BH error code is a 3.4 feature --- helpers/external_acl/time_quota/ext_time_quota_acl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/external_acl/time_quota/ext_time_quota_acl.cc b/helpers/external_acl/time_quota/ext_time_quota_acl.cc index 40f0c35aba..d637ae014a 100644 --- a/helpers/external_acl/time_quota/ext_time_quota_acl.cc +++ b/helpers/external_acl/time_quota/ext_time_quota_acl.cc @@ -447,7 +447,7 @@ int main(int argc, char **argv) // we expect the following line syntax: %LOGIN const char *user_key = strtok(request, " \n"); if (!user_key) { - SEND_BH("message=\"User name missing\""); + SEND_ERR("User name missing"); continue; } processActivity(user_key); -- 2.47.2