]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix prev commit, no _ macro in RE21
authorHoward Chu <hyc@openldap.org>
Sun, 12 Oct 2003 01:21:01 +0000 (01:21 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 12 Oct 2003 01:21:01 +0000 (01:21 +0000)
clients/tools/ldapmodify.c

index a1b3dee17dbe16ab6129bd8cfb6dfe24fcdf370c..f2a799c4cb8be6751b3a854fb101bb4fac363426 100644 (file)
@@ -811,7 +811,7 @@ domodify(
     struct berval      *bvp;
 
        if ( dn == NULL ) {
-       fprintf( stderr, _("%s: no DN specified\n"), prog );
+       fprintf( stderr, "%s: no DN specified\n", prog );
        return( LDAP_PARAM_ERROR );
        }