Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
f8930891
Commit
f8930891
authored
Jan 14, 2002
by
Kurt Zeilenga
Browse files
Add a default case with assert() just in case.
parent
9d307b42
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/acl.c
View file @
f8930891
...
...
@@ -1131,6 +1131,10 @@ acl_check_modlist(
}
}
break
;
default:
assert
(
0
);
return
(
0
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment