Skip to content
Snippets Groups Projects
Commit 0ef242a5 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Add missing 0 initializer in builtin_extops[]

parent efcb1b0b
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ static struct {
#ifdef HAVE_TLS
{ &slap_EXOP_START_TLS, 0, starttls_extop },
#endif
{ NULL, NULL }
{ NULL, 0, NULL }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment