X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Funixsock.c;h=1840e34c45a157825fd8a9b8052a1b56500480ca;hb=354f9991530248e45207d236eb74c1cc3d5238ef;hp=795f7abe2120f7e4d4930895f9c1af014a7addeb;hpb=a82395b57384541152423862bcf44c0db7789641;p=collectd.git diff --git a/src/unixsock.c b/src/unixsock.c index 795f7abe..1840e34c 100644 --- a/src/unixsock.c +++ b/src/unixsock.c @@ -368,7 +368,7 @@ static void *us_server_thread (void __attribute__((unused)) *arg) pthread_exit ((void *) 1); } - remote_fd = (int *) malloc (sizeof (int)); + remote_fd = malloc (sizeof (*remote_fd)); if (remote_fd == NULL) { char errbuf[1024];