Hi Brad,

One more thing I just noticed. My changes to ChangeHighlight in
property.idl are not quite right. I change the last field to this:

Reserved[ChangeHighlightSize - 4]


I noticed that I get errors flagged like this:

        ndr_pull_error(12): Alloc 4294967292 * r->Reserved failed:
gen_ndr/ndr_property.c:1074

Notice the long number is 0xfffffffc, or -4. When I checked, according to
http://msdn.microsoft.com/en-us/library/office/cc979209.aspx it seems the
reason is that should look more like this:

Reserved[ChangeHighlightSize > 4 ? ChangeHighlightSize - 4 : 0]


Unfortunately, when I make this change, I get this message instead (I'm
 not totally sure where it comes from, probably my libndr.so):

        ndr_pull_error(11): Pull bytes 4 (../librpc/ndr/ndr_basic.c:148)

Anyway, I hope this might give you enough clues to know what to change.

Thanks, Shaheed





On 19 April 2013 10:38, Brad Hards <br...@frogmouth.net> wrote:

> On Friday 19 April 2013 05:11:08 Shaheed Haque wrote:
> > Hi all,
> >
> > I was wondering if there is any prospect of getting the patch from issue
> > #391 applied? As far as I can recall, I supplied the Wireshark trace
> > requested, but even without that the patch worked for getting reading the
> > data, whereas the baseline code did not. The patch as-is was for
> Openchange
> > 1.x.
> I'll take a look this weekend.
>
> Brad
> _______________________________________________
> devel mailing list
> devel@lists.openchange.org
> http://mailman.openchange.org/listinfo/devel
>
_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Reply via email to