--- inn1.4unoff4/expire/expire.c.dist Fri Jan 12 19:48:02 1996 +++ inn1.4unoff4/expire/expire.c Thu Jun 13 21:18:41 1996 @@ -1013,7 +1013,7 @@ if (HistoryPath) (void)sprintf(buff, "%s/%s.n", HistoryPath, History); else - (void)sprintf(buff, "%s.n", History); + (void)sprintf(buff, "%s.n", HistoryDB); NHistory = COPY(buff); (void)sprintf(buff, "%s.dir", NHistory); NHistorydir = COPY(buff);