From 824dff7b27280a65f91b324edd6d21c072ba584f Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 6 May 2013 11:20:53 -0700 Subject: [PATCH] Build w/o GHT --- lib/pc_patch_ght.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pc_patch_ght.c b/lib/pc_patch_ght.c index cda09c3..0cdba3a 100644 --- a/lib/pc_patch_ght.c +++ b/lib/pc_patch_ght.c @@ -417,7 +417,7 @@ pc_patch_ght_compute_extent(PCPATCH_GHT *patch) { #ifndef HAVE_LIBGHT pcerror("%s: libght support is not enabled", __func__); - return NULL; + return PC_FAILURE; #else GhtTreePtr tree;