summaryrefslogtreecommitdiff
path: root/sshlogin.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-07-08 23:08:26 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-07-08 23:08:26 +1000
commitcd99fa0648431be61c0fe0f770fe9179141e26dc (patch)
tree6c043b08eb5506cc1427a676a613af9b7f14910f /sshlogin.c
parentd062da53c7326fef580b30548faca156b8e336ad (diff)
- 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@
Diffstat (limited to 'sshlogin.c')
-rw-r--r--sshlogin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshlogin.c b/sshlogin.c
index 22cfd344d..75446f9eb 100644
--- a/sshlogin.c
+++ b/sshlogin.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: sshlogin.c,v 1.8 2004/06/21 17:36:31 avsm Exp $"); 42RCSID("$OpenBSD: sshlogin.c,v 1.9 2004/07/03 05:11:33 dtucker Exp $");
43 43
44#include "loginrec.h" 44#include "loginrec.h"
45 45