diff --git a/src/lib/common/xundump.c b/src/lib/common/xundump.c index 781aa9d3..950ab84c 100644 --- a/src/lib/common/xundump.c +++ b/src/lib/common/xundump.c @@ -590,8 +590,7 @@ xucolumnheader(FILE *fp, int type, struct value values[]) /* FIXME parse column header */ if (xuflds(fp, values) <= 0) { freeflds(values); - return gripe("Invalid Column Header for table %s", - ef_nameof(type)); + return -1; } /* TODO * check column count form xuflds()