From: Kurt Zeilenga Date: Tue, 31 Jul 2001 07:53:21 +0000 (+0000) Subject: Fix typo X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1181 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50223981d96d1befa5edfc41a4b600c37d2475db;p=openldap Fix typo --- diff --git a/servers/slapd/back-bdb/nextid.c b/servers/slapd/back-bdb/nextid.c index 2d658a9bbb..7cab1c1877 100644 --- a/servers/slapd/back-bdb/nextid.c +++ b/servers/slapd/back-bdb/nextid.c @@ -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 );