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
ingo Voss
OpenLDAP
Commits
ade6f56c
Commit
ade6f56c
authored
Oct 04, 2005
by
Pierangelo Masarati
Browse files
add missing space (ITS#4061)
parent
91bba777
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
ade6f56c
...
...
@@ -6,6 +6,7 @@ OpenLDAP 2.2.29 Engineering
Fixed back-bdb/hdb/ldbm modrdn permission checks (ITS#2757)
Fixed back-bdb/hdb pointer/integer size warnings (ITS#4015)
Fixed back-hdb slapcat EntryInfo cache growth (ITS#4010)
Fixed back-sql missing space in delete statement (ITS#4061)
Fixed liblber sb_dgram_read length (ITS#4046)
Fixed libldap memory leaks (ITS#4048, 4052, 4053)
...
...
servers/slapd/back-sql/schema-map.c
View file @
ade6f56c
...
...
@@ -229,7 +229,7 @@ backsql_add_sysmaps( backsql_oc_map_rec *oc_map )
snprintf
(
tmp
,
sizeof
(
tmp
),
"DELETE FROM ldap_entry_objclasses "
"WHERE entry_id=(SELECT id FROM ldap_entries "
"WHERE oc_map_id=%lu"
"WHERE oc_map_id=%lu
"
"AND keyval=?) AND oc_name=?"
,
oc_map
->
bom_id
);
at_map
->
bam_delete_proc
=
ch_strdup
(
tmp
);
...
...
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