]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Tue, 31 Jul 2001 07:53:21 +0000 (07:53 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 31 Jul 2001 07:53:21 +0000 (07:53 +0000)
servers/slapd/back-bdb/nextid.c

index 2d658a9bbb15a50d81f8b025401b1ace109fbc41..7cab1c1877f89e631eaa89d3f600d904f7b10da2 100644 (file)
@@ -86,7 +86,7 @@ retry:        if( tid != NULL ) {
                goto done;
        }
 
-       if( bdb->bi_lastid > id ) id = bdb_lastid;
+       if( bdb->bi_lastid > id ) id = bdb->bi_lastid;
 
        id++;
        data.size = sizeof( id );