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

« back to all changes in this revision

Viewing changes to utils/mapitest/modules/module_errorchecks.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:
53
53
        uint64_t        *folder = 0;
54
54
        uint32_t        id = 0x99;
55
55
        uint32_t        arg;            // an all purpose argument...
56
 
        TALLOC_CTX      *mem_ctx;
57
 
 
58
 
        mem_ctx = talloc_autofree_context();
59
56
 
60
57
        status = GetDefaultPublicFolder(obj_store, folder, id);
61
58
        if ( ( status != MAPI_E_INVALID_PARAMETER ) || (GetLastError() != MAPI_E_INVALID_PARAMETER) ) {