]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Update error text
authorKurt Zeilenga <kurt@openldap.org>
Sat, 3 Feb 2001 05:00:18 +0000 (05:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 3 Feb 2001 05:00:18 +0000 (05:00 +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;
        }