]> git.sur5r.net Git - openldap/commitdiff
Add DNS SRV to error text
authorKurt Zeilenga <kurt@openldap.org>
Wed, 24 Jan 2001 17:25:30 +0000 (17:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 24 Jan 2001 17:25:30 +0000 (17:25 +0000)
servers/slapd/back-dnssrv/referral.c

index 90f7d3c64f24be6fc69e4aff5afb2532b25e0ad6..a1e483d9457d76c9eebfc93c98f6735c3442816a 100644 (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;
        }