From cd99fa0648431be61c0fe0f770fe9179141e26dc Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 8 Jul 2004 23:08:26 +1000 Subject: - dtucker@cvs.openbsd.org 2004/07/03 05:11:33 [sshlogin.c] (RCSID sync only, the corresponding code is not in Portable) Use '\0' not 0 for string; ok djm@, deraadt@ --- sshlogin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshlogin.c') diff --git a/sshlogin.c b/sshlogin.c index 22cfd344d..75446f9eb 100644 --- a/sshlogin.c +++ b/sshlogin.c @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshlogin.c,v 1.8 2004/06/21 17:36:31 avsm Exp $"); +RCSID("$OpenBSD: sshlogin.c,v 1.9 2004/07/03 05:11:33 dtucker Exp $"); #include "loginrec.h" -- cgit v1.2.3