summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldap.c b/lib/ldap.c
index ce586caf8..c1a347b08 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -86,7 +86,7 @@ typedef struct {
TCHAR *lud_dn;
#else
char *lud_dn;
-#endif;
+#endif
char **lud_attrs;
int lud_scope;
char *lud_filter;