~ubuntu-branches/debian/sid/openchange/sid

« back to all changes in this revision

Viewing changes to doc/examples/fetch_addressbook.c

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-12 20:07:57 UTC
  • mfrom: (11 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120412200757-k933d9trljmxj1l4
Tags: 1:1.0-4
* openchangeserver: Add dependency on openchangeproxy.
* Rebuild against newer version of Samba 4.
* Use dpkg-buildflags.
* Migrate to Git, update Vcs-Git header.
* Switch to debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
        /* construct an explicit table */
67
67
        MIds = talloc_zero(mem_ctx, struct SPropTagArray);
68
 
        retval = nspi_GetMatches(nspi_ctx, mem_ctx, NULL, &Filter, &srowset, &MIds);
 
68
        retval = nspi_GetMatches(nspi_ctx, mem_ctx, NULL, &Filter, 5000, &srowset, &MIds);
69
69
        MAPI_RETVAL_IF(retval, retval, NULL);
70
70
 
71
71
        /* fetch the contents of the explicit table */