oc: Update to new XID structure definition

From ede986f commit from OpenChange repository.
This commit is contained in:
Enrique J. Hernández Blasco
2015-07-18 08:47:55 +02:00
parent 26bd1b30fa
commit 1dbfc18379
3 changed files with 10 additions and 10 deletions

View File

@@ -526,8 +526,8 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data)
NSMutableDictionary *changeList;
xid = [changeKey asXIDInMemCtx: NULL];
guid = [NSString stringWithGUID: &xid->GUID];
globCnt = [NSData dataWithBytes: xid->Data length: xid->Size];
guid = [NSString stringWithGUID: &xid->NameSpaceGuid];
globCnt = [NSData dataWithBytes: xid->LocalId.data length: xid->LocalId.length];
talloc_free (xid);
/* 1. set change key association */