]> git.sur5r.net Git - openldap/commitdiff
Add missing 0 initializer in builtin_extops[]
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 3 Jun 2003 17:49:33 +0000 (17:49 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 3 Jun 2003 17:49:33 +0000 (17:49 +0000)
servers/slapd/extended.c

index b853d7a27d213ff6f3644ba46ae1c2ef7cea64bc..bf561f0ca2459707b1df1231789d858a3565a0f9 100644 (file)
@@ -81,7 +81,7 @@ static struct {
 #ifdef HAVE_TLS
        { &slap_EXOP_START_TLS, 0, starttls_extop },
 #endif
-       { NULL, NULL }
+       { NULL, 0, NULL }
 };