]> git.sur5r.net Git - openldap/commitdiff
fix previous commit
authorPierangelo Masarati <ando@openldap.org>
Tue, 19 Jul 2005 18:03:06 +0000 (18:03 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 19 Jul 2005 18:03:06 +0000 (18:03 +0000)
servers/slapd/back-meta/config.c

index d4167bd0948e08ce4ac7ffc8a8970fc88b2d862e..87f0a90fdff213fb6cd3cf5bbc243b2aa6eb4f41 100644 (file)
@@ -500,8 +500,8 @@ meta_back_db_config(
        } else if ( strcasecmp( argv[ 0 ], "timeout" ) == 0 ) {
                char    *sep, *next;
                time_t  *tv = mi->mi_ntargets ?
-                               &mi->mi_targets[ mi->mi_ntargets - 1 ].mt_timeout
-                               : &mi->mi_timeout;
+                               mi->mi_targets[ mi->mi_ntargets - 1 ].mt_timeout
+                               : mi->mi_timeout;
                int     c;
 
                if ( argc < 2 ) {