Code

plugin: Do not expect all callbacks to have a plugin context assigned.
authorSebastian Harl <sh@tokkee.org>
Mon, 21 Apr 2014 16:18:56 +0000 (18:18 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 21 Apr 2014 16:26:58 +0000 (18:26 +0200)
commiteb3175b2d1f8bbad5da0e6f02467f3f76d7c4c8b
treef0b4d182a32b33b3e0ba703b18bd93474579fe67
parent6abb7d25d62ad7ad0fe3ca2242290553584c757f
plugin: Do not expect all callbacks to have a plugin context assigned.

For callbacks not registered from a plugin, we don't have a context. For
example, the frontend's connection logger callback does not have a context.
src/core/plugin.c