]> git.sur5r.net Git - openldap/commitdiff
silence annoying warning (BTW: who initializes be?)
authorPierangelo Masarati <ando@openldap.org>
Mon, 26 Aug 2002 17:37:33 +0000 (17:37 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 26 Aug 2002 17:37:33 +0000 (17:37 +0000)
servers/slapd/bind.c

index 98884d4e43b7924c9385f852fc031d43e7742a02..a62f6974f775707b727375c3a25b7fed7e071eb1 100644 (file)
@@ -45,7 +45,7 @@ do_bind(
        int     rc = LDAP_SUCCESS;
        const char *text;
        struct berval cred = { 0, NULL };
-       Backend *be;
+       Backend *be = NULL;
 
 #ifdef NEW_LOGGING
        LDAP_LOG( OPERATION, ENTRY, "do_bind: conn %d\n", conn->c_connid, 0, 0 );