mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
add missing space (ITS#4061)
This commit is contained in:
parent
ade6f56c74
commit
90152251ac
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ backsql_add_sysmaps( backsql_oc_map_rec *oc_map )
|
|||
snprintf( tmp, sizeof(tmp),
|
||||
"DELETE FROM ldap_referrals "
|
||||
"WHERE entry_id=(SELECT id FROM ldap_entries "
|
||||
"WHERE oc_map_id=%lu"
|
||||
"WHERE oc_map_id=%lu "
|
||||
"AND keyval=?) and url=?",
|
||||
oc_map->bom_id );
|
||||
at_map->bam_delete_proc = ch_strdup( tmp );
|
||||
|
|
|
|||
Loading…
Reference in a new issue