diff --git a/guestfs-inspectd.c b/guestfs-inspectd.c index b338268..a5444c3 100644 --- a/guestfs-inspectd.c +++ b/guestfs-inspectd.c @@ -98,7 +98,7 @@ static void *worker_task(zsock_t *pipe, char *disk_path) { // Sending reply zmsg_send(&msg, pipe); - zmsg_destory(&msg); + zmsg_destroy(&msg); } /*if (guestfs_is_file_opts(g, file_path, GUESTFS_IS_FILE_OPTS_FOLLOWSYMLINKS, 1, -1) > 0) { printf("--- %s ---\n", file_path);