From 6fef88e75d33de13a07030a4a13774e709ef7f20 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 3 Jun 2002 01:16:04 +0000 Subject: Shrouding fix. svn path=/trunk/; revision=3622 --- transact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transact.c') diff --git a/transact.c b/transact.c index 19beb8cf..0d219ad0 100644 --- a/transact.c +++ b/transact.c @@ -40,7 +40,7 @@ extern char *strstr(); /* needed on sysV68 R3V7.1. */ int mytimeout; /* value of nonreponse timeout */ int suppress_tags; /* emit tags? */ -char shroud[PASSWORDLEN]; /* string to shroud in debug output */ +char shroud[PASSWORDLEN*2+1]; /* string to shroud in debug output */ struct msgblk msgblk; char tag[TAGLEN]; -- cgit v1.2.3