mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 10:59:33 -05:00
fix minor error message
This commit is contained in:
parent
f28d9e800f
commit
0122f25853
1 changed files with 2 additions and 2 deletions
|
|
@ -1650,8 +1650,8 @@ done_url:;
|
|||
|
||||
if ( li->li_uri == NULL ) {
|
||||
snprintf( c->msg, sizeof( c->msg ),
|
||||
"need URI to discover \"cancel\" support "
|
||||
"in \"cancel exop-discover\"" );
|
||||
"need URI to discover absolute filters support "
|
||||
"in \"t-f-support discover\"" );
|
||||
Debug( LDAP_DEBUG_ANY, "%s: %s.\n", c->log, c->msg, 0 );
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue