]> arthur.barton.de Git - netatalk.git/commit
Possible fixes to afpstats dbus issue
authorRalph Boehme <sloowfranklin@gmail.com>
Tue, 5 Mar 2013 08:32:28 +0000 (09:32 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Tue, 5 Mar 2013 08:32:28 +0000 (09:32 +0100)
commitcc423db772cec28174dae0076beda17115d7088a
tree5e38e1668b285421a2fb88f0ded7ea6e14e5ad7b
parentbb8bc51e54795edffc1d2b70cb232eba79b97ffb
Possible fixes to afpstats dbus issue

Initialize afpstats before calling configinit in main() thus ensuring
dbus glib thread initilisation is performed as we need it.

Use private dbus connection from dbus_g_bus_get_private() which should
help with issues seen where our avahi dbus thread crashed.
etc/afpd/afpstats.c
etc/afpd/main.c