Skip to content
Snippets Groups Projects
Commit 0122f258 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix minor error message

parent f28d9e80
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment