aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 4c9a05fc..cf18ae71 100644
--- a/driver.c
+++ b/driver.c
@@ -1631,7 +1631,7 @@ const int maxfetch; /* maximum number of messages to fetch */
if (protocol->getauth)
{
if (protocol->password_canonify)
- (protocol->password_canonify)(shroud, ctl->password);
+ (protocol->password_canonify)(shroud, ctl->password, PASSWORDLEN);
else
strcpy(shroud, ctl->password);