From f1b2faab5e28e1ea33401022e16aec161fbca353 Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Thu, 20 Dec 2012 13:27:13 +0530 Subject: cli: Fix task-id xml compilation Change-Id: I92ada7d5ba1eb46024f47c4f32c517db27ada576 BUG: 857330 Signed-off-by: Kaushal M Reviewed-on: http://review.gluster.org/4342 Reviewed-by: Vijay Bellur Tested-by: Vijay Bellur --- cli/src/cli-xml-output.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli') diff --git a/cli/src/cli-xml-output.c b/cli/src/cli-xml-output.c index 7155ef53..80e06346 100644 --- a/cli/src/cli-xml-output.c +++ b/cli/src/cli-xml-output.c @@ -1386,6 +1386,7 @@ out: #endif } +#if (HAVE_LIB_XML) int cli_xml_output_vol_status_tasks (cli_local_t *local, dict_t *dict) { int ret = -1; @@ -1453,6 +1454,7 @@ out: gf_log ("cli", GF_LOG_DEBUG, "Returning %d", ret); return ret; } +#endif int cli_xml_output_vol_status (cli_local_t *local, dict_t *dict) -- cgit