mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix error message
This commit is contained in:
parent
ec023f9777
commit
fa72882808
@ -1099,7 +1099,7 @@ done_url:;
|
||||
snprintf( c->msg, sizeof( c->msg ),
|
||||
"\"idassert-bind <args>\": "
|
||||
"unknown flag \"%s\"",
|
||||
c->fname, c->lineno, flags[ j ] );
|
||||
flags[ j ] );
|
||||
Debug( LDAP_DEBUG_ANY, "%s: %s.\n", c->log, c->msg, 0 );
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user