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

« back to all changes in this revision

Viewing changes to libexchange2ical/ical2exchange.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:
350
350
        /*sanity check*/
351
351
        if(icalcomponent_isa(vevent) != ICAL_VEVENT_COMPONENT) return;
352
352
        
353
 
        mem_ctx = talloc_named(NULL, 0, "ical2exchange");
 
353
        mem_ctx = talloc_named(mapi_object_get_session(obj_folder), 0, "ical2exchange");
354
354
        ical2exchange.lpProps = talloc_array(mem_ctx, struct SPropValue, 2);
355
355
 
356
356
        ical2exchange_init(&ical2exchange, mem_ctx);