summaryrefslogtreecommitdiffstats
path: root/server/providers/proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/providers/proxy.c')
-rw-r--r--server/providers/proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/providers/proxy.c b/server/providers/proxy.c
index fbd8f1623..9cf0c616a 100644
--- a/server/providers/proxy.c
+++ b/server/providers/proxy.c
@@ -2065,7 +2065,7 @@ static void proxy_get_account_info(struct be_req *breq)
return proxy_reply(breq, DP_ERR_FATAL, EINVAL, "Invalid attr type");
}
- switch (ar->entry_type) {
+ switch (ar->entry_type & 0xFFF) {
case BE_REQ_USER: /* user */
switch (ar->filter_type) {
case BE_FILTER_NAME: