check_disk: Fix pthread start routine type
commit66f43f99340f7e77d6feb0a6dc86302124bd8db2
authorHolger Weiss <holger@zedat.fu-berlin.de>
Fri, 28 Nov 2014 22:55:03 +0000 (28 23:55 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Fri, 28 Nov 2014 22:55:03 +0000 (28 23:55 +0100)
treec290ac1812ba46337c12bb41dcc0cf7c43f9a145
parent6986aa1d0a352d8d02eed4896034631fffd25a27
check_disk: Fix pthread start routine type

The function pointer passed as third argument to pthread_create(3) must
be of type void *(*)(void *).
plugins/check_disk.c