From 2d132678cfa58f95b4c48d3734a902a8e9d90eb9 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 20 Jul 2012 14:08:03 +0000 Subject: [PATCH] Monotone-Parent: 0bab258b30947c4b34f1e39acd0a61b7954c9958 Monotone-Revision: 3bf968de90811032a5b011cf48b3e8c402aa2425 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-20T14:08:03 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreTable.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenChange/MAPIStoreTable.m b/OpenChange/MAPIStoreTable.m index b47ce8a72..81a4e974e 100644 --- a/OpenChange/MAPIStoreTable.m +++ b/OpenChange/MAPIStoreTable.m @@ -841,8 +841,7 @@ static Class NSDataK, NSStringK; struct mapistore_property_data *rowData; int rc; - child = [self childAtRowID: rowId - forQueryType: queryType]; + child = [self childAtRowID: rowId forQueryType: queryType]; if (child) { rowData = talloc_array(memCtx, struct mapistore_property_data, columnsCount);