From 8b11650d62a12a840528b195e25366acf9aa354d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 22 Mar 2001 09:04:14 +0000 Subject: Bug fixes. svn path=/trunk/; revision=3268 --- pop2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index 40bdc975..c3f490e6 100644 --- a/pop2.c +++ b/pop2.c @@ -56,7 +56,7 @@ static int pop2_getauth(int sock, struct query *ctl, char *buf) { int status; - strcpy(shroud, ctl->password) + strcpy(shroud, ctl->password); status = gen_transact(sock, "HELO %s %s", ctl->remotename, ctl->password); -- cgit v1.2.3