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

« back to all changes in this revision

Viewing changes to libmapi/notif.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:
74
74
        if ((retval = mapi_object_get_logon_id(obj, &logon_id)) != MAPI_E_SUCCESS)
75
75
                return retval;
76
76
 
77
 
        mem_ctx = talloc_named(NULL, 0, __FUNCTION__);
 
77
        mem_ctx = talloc_named(session, 0, __FUNCTION__);
78
78
 
79
79
        /* Fill the SyncOpenAdvisor operation */
80
80
        request.handle_idx = 0x01;
158
158
                return retval;
159
159
        }
160
160
 
161
 
        mem_ctx = talloc_named(NULL, 0, __FUNCTION__);
 
161
        mem_ctx = talloc_named(session, 0, __FUNCTION__);
162
162
 
163
163
        /* Fill the SetSyncNotificationGuid operation */
164
164
        request.NotificationGuid = Guid;