=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/last/last.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- src/usr.bin/last/last.c 2014/11/26 18:34:51 1.43 +++ src/usr.bin/last/last.c 2014/12/09 15:40:23 1.44 @@ -1,4 +1,4 @@ -/* $OpenBSD: last.c,v 1.43 2014/11/26 18:34:51 millert Exp $ */ +/* $OpenBSD: last.c,v 1.44 2014/12/09 15:40:23 tedu Exp $ */ /* $NetBSD: last.c,v 1.6 1994/12/24 16:49:02 cgd Exp $ */ /* @@ -241,7 +241,7 @@ { time_t delta, total = 0; int timesize, wfd, snapfound = 0; - char *ct, *crmsg; + char *ct, *crmsg = "invalid"; struct utmp *bp; struct stat stb; ssize_t bytes;