mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add missing 0 initializer in builtin_extops[]
This commit is contained in:
parent
efcb1b0bc0
commit
0ef242a5aa
@ -81,7 +81,7 @@ static struct {
|
||||
#ifdef HAVE_TLS
|
||||
{ &slap_EXOP_START_TLS, 0, starttls_extop },
|
||||
#endif
|
||||
{ NULL, NULL }
|
||||
{ NULL, 0, NULL }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user