Add DNS SRV to error text

This commit is contained in:
Kurt Zeilenga 2001-01-24 17:25:30 +00:00
parent 13e628bcf4
commit d717d9c897

View File

@ -32,7 +32,7 @@ dnssrv_back_referrals(
struct berval **urls = NULL;
if( ndn == NULL || *ndn == '\0' ) {
*text = "operation upon null (empty) DN disallowed";
*text = "DNS SRV operation upon null (empty) DN disallowed";
return LDAP_UNWILLING_TO_PERFORM;
}