diff --git a/VERSION b/VERSION index b6bb182cb..2bef09349 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.95.14-cvs (2003-01-08) +1.95.15-cvs (2003-01-09) diff --git a/lib/report/report.c b/lib/report/report.c index 974856d36..f6250028b 100644 --- a/lib/report/report.c +++ b/lib/report/report.c @@ -456,7 +456,7 @@ static int _uuid_disp(struct report_handle *rh, struct field *field, { char *repstr = NULL; - if (!(field->report_string = pool_alloc(rh->mem, 40))) { + if (!(repstr = pool_alloc(rh->mem, 40))) { log_error("pool_alloc failed"); return 0; }