]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Backout last commit until devel tests complete successfully.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 6 Sep 1999 18:49:00 +0000 (18:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 6 Sep 1999 18:49:00 +0000 (18:49 +0000)
libraries/libldbm/ldbm.c

index 79af5703e03bf8ee33b387107ac9594389fe699d..f1ee045fce02d5026f4b805bb73df01f7bd0be8f 100644 (file)
@@ -92,7 +92,7 @@ void ldbm_initialize( void )
        static int initialized = 0;
 
        int     err;
-       u_int32_t       envFlags;
+       int             envFlags;
 
        if(initialized++) return;