Build w/o GHT

This commit is contained in:
Paul Ramsey 2013-05-06 11:20:53 -07:00
parent b8d425dfb4
commit 824dff7b27

View File

@ -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;