Fix LDAP modification operation. Cut and paste error: was LDAP_MOD_ADD, should be...
commitbe48a05ed95f0f4ed02ffb996cb1ecc10811d9a0
authorJim McDonough <jmcd@samba.org>
Wed, 13 Feb 2002 15:00:39 +0000 (13 15:00 +0000)
committerJim McDonough <jmcd@samba.org>
Wed, 13 Feb 2002 15:00:39 +0000 (13 15:00 +0000)
tree2fd4359e84bbe5898aac6c235ab9dbf7e1ffbad0
parente18a7c26476e05f95850ac2bbeb42c2588115741
Fix LDAP modification operation.  Cut and paste error: was LDAP_MOD_ADD, should be LDAP_MOD_REPLACE.  Caught by Alexey Kotovich.
source/libads/ldap.c