mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
removed bogus cast
This commit is contained in:
parent
d0f89a1fd1
commit
92d9771503
1 changed files with 1 additions and 1 deletions
|
|
@ -2111,7 +2111,7 @@ monitor_back_db_init(
|
|||
}
|
||||
|
||||
if (c) {
|
||||
snprintf(((ConfigArgs*)c)->msg, sizeof(((ConfigArgs*)c)->msg),
|
||||
snprintf(c->msg, sizeof(c->msg),
|
||||
"\"monitor\" database serving namingContext \"%s\" "
|
||||
"is hidden by \"%s\" database serving namingContext \"%s\".\n",
|
||||
pdn.bv_val, type, be2->be_nsuffix[ 0 ].bv_val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue