aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pop2.c b/pop2.c
index fe00cd6c..3be6fcd2 100644
--- a/pop2.c
+++ b/pop2.c
@@ -70,6 +70,7 @@ static int pop2_getauth(int sock, struct query *ctl, char *buf)
status = gen_transact(sock,
"HELO %s %s",
ctl->remotename, ctl->password);
+ memset(shroud, 0x55, sizeof(shroud));
shroud[0] = '\0';
return status;
}