Set reference counter for mcls to gint
diff --git a/health/mcap_internal.h b/health/mcap_internal.h
index bcaf8a7..76e5fb7 100644
--- a/health/mcap_internal.h
+++ b/health/mcap_internal.h
@@ -98,7 +98,7 @@
 	struct mcap_mdl_cb	*cb;		/* MDL callbacks */
 	guint			tid;		/* Timer id for waiting for a response */
 	uint8_t			*lcmd;		/* Last command sent */
-	guint			ref;		/* References counter */
+	gint			ref;		/* References counter */
 	uint8_t			ctrl;		/* MCL control flag */
 	uint16_t		next_mdl;	/* id used to create next MDL */
 	struct mcap_csp		*csp;		/* CSP control structure */