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

« back to all changes in this revision

Viewing changes to libmapi/IXPLogon.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:
71
71
        if ((retval = mapi_object_get_logon_id(obj_store, &logon_id)) != MAPI_E_SUCCESS)
72
72
                return retval;
73
73
 
74
 
        mem_ctx = talloc_named(NULL, 0, "AddressTypes");
 
74
        mem_ctx = talloc_named(session, 0, "AddressTypes");
75
75
        size = 0;
76
76
 
77
77
        /* Fill the MAPI_REQ request */
146
146
        if ((retval = mapi_object_get_logon_id(obj_store, &logon_id)) != MAPI_E_SUCCESS)
147
147
                return retval;
148
148
 
149
 
        mem_ctx = talloc_named(NULL, 0, "SetSpooler");
 
149
        mem_ctx = talloc_named(session, 0, "SetSpooler");
150
150
        size = 0;
151
151
 
152
152
        /* Fill the MAPI_REQ request */
228
228
        if ((retval = mapi_object_get_logon_id(obj_store, &logon_id)) != MAPI_E_SUCCESS)
229
229
                return retval;
230
230
 
231
 
        mem_ctx = talloc_named(NULL, 0, "SpoolerLockMessage");
 
231
        mem_ctx = talloc_named(session, 0, "SpoolerLockMessage");
232
232
        size = 0;
233
233
 
234
234
        /* Fill the SpoolerLockMessage operation */
318
318
        if ((retval = mapi_object_get_logon_id(obj_store, &logon_id)) != MAPI_E_SUCCESS)
319
319
                return retval;
320
320
 
321
 
        mem_ctx = talloc_named(NULL, 0, "RecipientOptions");
 
321
        mem_ctx = talloc_named(session, 0, "RecipientOptions");
322
322
        size = 0;
323
323
 
324
324
        /* Build the OptionsData request */