From 40595fe7e5a21fc5315e5fdb192fa944b6f82ec9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 20 Dec 2017 09:53:59 +0100 Subject: Fix compile error --- proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.c b/proxy.c index 39b9297..36f7cac 100644 --- a/proxy.c +++ b/proxy.c @@ -689,7 +689,7 @@ static void response_replacePal(server_t *server, struct PartialAttributeList ** elifDELATTR(loginshell, loginShell); elifDELATTR(uidnumber, uidNumber, !server->plainLdap &&); elifDEL(mail); - elifDELATTR(cn, cn, !iequals(server->map.uid, &s_cn) &&); + elifDELATTR(cn, cn, !iequals(&server->map.uid, &s_cn) &&); elifDEL(memberof); else if (iequals(&(*pal)->type, &server->map.homemount)) { // homeDirectory is set in AD - it can either be a local path (in which case it's useless) -- cgit v1.2.3-55-g7522