]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/config.h
minor naming cleanup; improvements to DN mapping layer; major docs update
[openldap] / servers / slapd / config.h
index 69badc05e334868fd4874b90133df67c52088219..0abd270013dec9350448289962ccb256b451ed04 100644 (file)
@@ -3,7 +3,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2004 The OpenLDAP Foundation.
+ * Copyright 1998-2005 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -61,6 +61,7 @@ typedef struct config_args_s {
        char *line;
        const char *fname;
        unsigned long lineno;
+       char log[PATH_MAX + STRLENOF(": line 18446744073709551615") + 1];
        int depth;
        int value_int;   /* parsed first val */
        long value_long; /* for simple cases */