--- authd-1.4.3/authd.c.old 2004-11-16 00:25:24.000000000 +0100 +++ authd-1.4.3/authd.c 2005-03-07 14:48:08.000000000 +0100 @@ -579,7 +579,7 @@ char *laddr = NULL, *raddr = NULL; bool is_port_pair_found = false; - static char *created_verbose(const char *name, unsigned long id) { + char *created_verbose(const char *name, unsigned long id) { size_t n; time_t tod; char *s, when[USERID_MAX_LEN], *host1, *port1, *host2, *port2; const char *const UTC_FMT = "%FT%TZ", *const TZ_FMT = "(%a %EX %z/%Z)";