]> git.proxmox.com Git - pve-firewall.git/commitdiff
logger: drop gthread dependency
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 6 Feb 2017 11:07:23 +0000 (12:07 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 6 Feb 2017 11:07:24 +0000 (12:07 +0100)
g_thread_new is part of glib directly, libgthread only
contains the deprecated g_thread_init() & friends which we
do not use.
This silences a build warning.


No differences found