fix minor error message

This commit is contained in:
Pierangelo Masarati 2007-07-14 16:17:20 +00:00
parent f28d9e800f
commit 0122f25853

View file

@ -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;
}