summaryrefslogtreecommitdiffstats
path: root/ldadp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldadp.c')
-rw-r--r--ldadp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ldadp.c b/ldadp.c
index 8afb3bd..0d2f818 100644
--- a/ldadp.c
+++ b/ldadp.c
@@ -73,9 +73,6 @@ static int loadConfig_handler(void *stuff, const char *section, const char *key,
if (strcmp(key, "base") == 0) {
server_setBase(section, value);
}
- if (strcmp(key, "alias") == 0) {
- server_setAlias(section, value);
- }
return 1;
}