Commit patch for issue #385:
authorJulien Kerihuel <j.kerihuel@openchange.org>
Mon, 27 Feb 2012 13:27:17 +0000 (13:27 +0000)
committerJulien Kerihuel <j.kerihuel@openchange.org>
Mon, 27 Feb 2012 13:27:17 +0000 (13:27 +0000)
commitf88d4a6fe4775baa0edbf0f36a71b18f1862e74b
tree5d246736e9064bc3fb0e6f2a57717011a817ea17
parent251523ba94d30cfdd15d79b01720eaa3e14432cf
Commit patch for issue #385:

Akhil found an issue [1] in OpenChange's code, that dcerpc_EcRRegisterPushNotification_r
inside emsmdb_register_notification can succeed, but the retval can still be false.
In this case the emsmdb_register_notification returns success, but it should return failure,
because notifications aren't available. Evolution-mapi depends on this result code and Subscribe
to notifications only if this succeeded.
libmapi/emsmdb.c