diff options
Diffstat (limited to 'pop2.c')
-rw-r--r-- | pop2.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |