mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Fix typo
This commit is contained in:
parent
d64ec6ee0d
commit
df9cc9da58
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ extern BI_op_compare shell_back_compare;
|
||||||
|
|
||||||
extern BI_op_modify shell_back_modify;
|
extern BI_op_modify shell_back_modify;
|
||||||
|
|
||||||
extern BI_op_modrdn shell_back_modrdn:
|
extern BI_op_modrdn shell_back_modrdn;
|
||||||
|
|
||||||
extern BI_op_add shell_back_add;
|
extern BI_op_add shell_back_add;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue