Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-c-0.30.0
-
None
Description
This prevents the application from clearing the session context.
Looks like the assert is wrong:
void pn_session_set_context(pn_session_t *session, void *context)
{
assert(context);
...
Attachments
Attachments
Issue Links
- is depended upon by
-
DISPATCH-2269 warning: 'PN_VERSON_MINOR' is not defined, evaluates to 0 [-Wundef]
- Closed
- links to