mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Import ITS#2645 from HEAD
This commit is contained in:
parent
9b99449e29
commit
932fec6e2e
1 changed files with 5 additions and 0 deletions
|
|
@ -810,6 +810,11 @@ domodify(
|
|||
int i, j, k, notascii, op;
|
||||
struct berval *bvp;
|
||||
|
||||
if ( dn == NULL ) {
|
||||
fprintf( stderr, _("%s: no DN specified\n"), prog );
|
||||
return( LDAP_PARAM_ERROR );
|
||||
}
|
||||
|
||||
if ( pmods == NULL ) {
|
||||
fprintf( stderr, "%s: no attributes to change or add (entry=\"%s\")\n",
|
||||
prog, dn );
|
||||
|
|
|
|||
Loading…
Reference in a new issue