Code

Unload all plugins when shutting down sysdbd.
authorSebastian Harl <sh@tokkee.org>
Sun, 1 Feb 2015 10:31:23 +0000 (11:31 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 1 Feb 2015 14:00:37 +0000 (15:00 +0100)
commiteae5d03ff51ed65e77058aebb944dffa0a9bb142
treee2e760a7f4d792181790d5a774a251ba0e72d27d
parent7f8971d3e987a028b155decaae4cb80de89b8447
Unload all plugins when shutting down sysdbd.

This will destruct all registered user-data objects, thus properly shutting
down all internal plugin state (e.g. connections to other systems).
src/core/plugin.c
src/include/core/plugin.h
src/tools/sysdbd/main.c