summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-20 09:53:59 +0100
committerSimon Rettberg2017-12-20 09:53:59 +0100
commit40595fe7e5a21fc5315e5fdb192fa944b6f82ec9 (patch)
tree6f7f5c6b420ee4d6f96162871b7cc345ce716bf6
parentUgly hack ... rework this part (diff)
downloadldadp-40595fe7e5a21fc5315e5fdb192fa944b6f82ec9.tar.gz
ldadp-40595fe7e5a21fc5315e5fdb192fa944b6f82ec9.tar.xz
ldadp-40595fe7e5a21fc5315e5fdb192fa944b6f82ec9.zip
Fix compile error
-rw-r--r--proxy.c2
1 files changed, 1 insertions, 1 deletions
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)