mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 23:33:07 -05:00
Add missing 0 initializer in builtin_extops[]
This commit is contained in:
parent
efcb1b0bc0
commit
0ef242a5aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue