Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
617e6974
Commit
617e6974
authored
Aug 31, 2021
by
Quanah Gibson-Mount
Browse files
ITS
#9648
- Fix request.c for MAXPATHLEN not result.c Fixes
0412814c
parent
bc05849a
Pipeline
#3380
passed with stage
in 56 minutes and 24 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/request.c
View file @
617e6974
...
...
@@ -45,6 +45,7 @@
#include
<ac/stdlib.h>
#include
<ac/errno.h>
#include
<ac/param.h>
#include
<ac/socket.h>
#include
<ac/string.h>
#include
<ac/time.h>
...
...
libraries/libldap/result.c
View file @
617e6974
...
...
@@ -57,7 +57,6 @@
#include
<ac/stdlib.h>
#include
<ac/errno.h>
#include
<ac/param.h>
#include
<ac/socket.h>
#include
<ac/string.h>
#include
<ac/time.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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