Hi,
I'm testing OpenChange Server and I found a correction for a bug.
File providers/emsabp.c, in function emsabp_result_guid replace the
following line :
/* status = ndr_pull_struct_blob(v, mem_ctx, &guid, NULL, */
/*
(ndr_pull_flags_fn_t)ndr_pull_GUID); */
with this one :
status = ndr_pull_struct_blob(v, mem_ctx, NULL, &guid,
(ndr_pull_flags_fn_t)ndr_pull_GUID);
I passed the authentication step.
-----
Mickael Jeannot
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel