aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-22 09:04:14 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-22 09:04:14 +0000
commit8b11650d62a12a840528b195e25366acf9aa354d (patch)
tree1069692f1283a5ae291892a330e1a6dd2dd77b3e /pop2.c
parent655e43b525bb329203d04e60bc01e7655fb284e5 (diff)
downloadfetchmail-8b11650d62a12a840528b195e25366acf9aa354d.tar.gz
fetchmail-8b11650d62a12a840528b195e25366acf9aa354d.tar.bz2
fetchmail-8b11650d62a12a840528b195e25366acf9aa354d.zip
Bug fixes.
svn path=/trunk/; revision=3268
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c2
1 files changed, 1 insertions, 1 deletions
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);