[yast-commit] r48611 - /trunk/ldap-server/src/lib/backConfigTest.cpp
Author: rhafer Date: Fri Jun 27 15:58:04 2008 New Revision: 48611 URL: http://svn.opensuse.org/viewcvs/yast?rev=48611&view=rev Log: Don't specify values when all attributes are deleted Modified: trunk/ldap-server/src/lib/backConfigTest.cpp Modified: trunk/ldap-server/src/lib/backConfigTest.cpp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/lib/backConfigTest.cpp?rev=48611&r1=48610&r2=48611&view=diff ============================================================================== --- trunk/ldap-server/src/lib/backConfigTest.cpp (original) +++ trunk/ldap-server/src/lib/backConfigTest.cpp Fri Jun 27 15:58:04 2008 @@ -600,7 +600,7 @@ replace = true; } else { modifications.addModification( - LDAPModification( LDAPAttribute(i->getName(), delValues), + LDAPModification( LDAPAttribute(i->getName()), LDAPModification::OP_DELETE) ); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rhafer@svn.opensuse.org