From: Kurt Zeilenga Date: Sat, 3 Feb 2001 05:00:18 +0000 (+0000) Subject: Update error text X-Git-Tag: OPENLDAP_REL_ENG_2_0_8~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e14ce65b6d7883c3cc63b78cefe1d1a7edf738f;p=thirdparty%2Fopenldap.git Update error text --- diff --git a/servers/slapd/back-dnssrv/referral.c b/servers/slapd/back-dnssrv/referral.c index 90f7d3c64f..a1e483d945 100644 --- a/servers/slapd/back-dnssrv/referral.c +++ b/servers/slapd/back-dnssrv/referral.c @@ -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; }