]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix up #ifdef/ndef typo
authorKurt Zeilenga <kurt@openldap.org>
Thu, 21 Jan 1999 23:29:32 +0000 (23:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 21 Jan 1999 23:29:32 +0000 (23:29 +0000)
servers/slapd/back-ldbm/alias.c

index 621f8c352793f0a2d692e302a3e7ca9a6d29f590..c3721aa441f98378fdd00e03f7e08eae6dd79056 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "portable.h"
 
-#ifndef SLAPD_ALIAS_DEREF
+#ifdef SLAPD_ALIAS_DEREF
 
 #include <stdio.h>
 #include <string.h>