[Fedora-directory-commits] ldapserver/ldap/servers/plugins/replication windows_protocol_util.c, 1.20, 1.21

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Wed Sep 28 20:21:22 UTC 2005


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/replication
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15419

Modified Files:
	windows_protocol_util.c 
Log Message:
169388 - Fixed attribute comparision helper function that was causing certain changes to not get synched.


Index: windows_protocol_util.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/replication/windows_protocol_util.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- windows_protocol_util.c	12 May 2005 03:46:20 -0000	1.20
+++ windows_protocol_util.c	28 Sep 2005 20:21:20 -0000	1.21
@@ -1532,7 +1532,7 @@
 		slapi_attr_first_value(a, &va);
 		slapi_attr_first_value(b, &vb);
 
-		if (va->bv.bv_len == va->bv.bv_len) 
+		if (va->bv.bv_len == vb->bv.bv_len) 
 		{
 			if (0 != memcmp(va->bv.bv_val,vb->bv.bv_val,va->bv.bv_len))
 			{




More information about the Fedora-directory-commits mailing list