~ubuntu-branches/debian/experimental/openchange/experimental

« back to all changes in this revision

Viewing changes to libmapi/IUnknown.c

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-03-29 17:14:55 UTC
  • mfrom: (1.3.1) (4.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20140329171455-g9dp3e49a1cjpxl5
Tags: 1:2.0+git20140329-1
* New upstream snapshot.
 + Drop upstream applied patches 01_boost_detection and
   02_sort_mapistore_namedprops.
 + No longer creates manpages named after build path. Closes: #713883

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        enum MAPISTATUS         retval;
123
123
        uint8_t                 logon_id = 0;
124
124
 
 
125
        mapi_response = 0;
 
126
 
125
127
        /* Sanity checks */
126
128
        session = mapi_object_get_session(obj);
127
129
        OPENCHANGE_RETVAL_IF(!session, MAPI_E_INVALID_PARAMETER, NULL);