]> git.sur5r.net Git - openldap/commitdiff
Default lastmod to ON.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 27 Jul 1999 20:05:37 +0000 (20:05 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 27 Jul 1999 20:05:37 +0000 (20:05 +0000)
servers/slapd/config.c

index 4805e885c86f4140d543d77d8ce58b096d61a1d6..6017101f636415dd5a6a4a6fefb0270ee524fc0a 100644 (file)
@@ -24,7 +24,7 @@ int           deftime = SLAPD_DEFAULT_TIMELIMIT;
 AccessControl  *global_acl = NULL;
 int            global_default_access = ACL_READ;
 char           *replogfile;
-int            global_lastmod;
+int            global_lastmod = ON;
 int            global_idletimeout = 0;
 char   *global_realm = NULL;
 char           *ldap_srvtab = "";