Skip to content
Snippets Groups Projects
Commit 29f24962 authored by Howard Chu's avatar Howard Chu
Browse files

Fix uninit'd exopflags

parent 5fd7534f
No related branches found
No related tags found
No related merge requests found
......@@ -944,7 +944,7 @@ backend_check_restrictions(
slap_mask_t restrictops;
slap_mask_t requires;
slap_mask_t opflag;
slap_mask_t exopflag;
slap_mask_t exopflag = 0;
slap_ssf_set_t *ssf;
int updateop = 0;
int starttls = 0;
......
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