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
Joe Martin
OpenLDAP
Commits
fb593fc5
Commit
fb593fc5
authored
Jul 05, 1999
by
Kurt Zeilenga
Browse files
Add controls.c to pick up get_ctrls().
parent
32cefa43
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/Makefile.in
View file @
fb593fc5
...
...
@@ -9,7 +9,7 @@ SRCS = main.c daemon.c connection.c search.c filter.c add.c charray.c \
dn.c compare.c modify.c delete.c modrdn.c ch_malloc.c
\
value.c ava.c bind.c unbind.c abandon.c filterentry.c
\
phonetic.c acl.c str2filter.c aclparse.c init.c user.c
\
repl.c lock.c
\
repl.c lock.c
controls.c
\
suffixalias.c schema.c schemaparse.c monitor.c configinfo.c
\
root_dse.c module.c
OBJS
=
main.o daemon.o connection.o search.o filter.o add.o charray.o
\
...
...
@@ -17,7 +17,7 @@ OBJS = main.o daemon.o connection.o search.o filter.o add.o charray.o \
dn.o compare.o modify.o delete.o modrdn.o ch_malloc.o
\
value.o ava.o bind.o unbind.o abandon.o filterentry.o
\
phonetic.o acl.o str2filter.o aclparse.o init.o user.o
\
repl.o lock.o
\
repl.o lock.o
controls.o
\
suffixalias.o schema.o schemaparse.o monitor.o configinfo.o
\
root_dse.o module.o
...
...
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