diff options
Diffstat (limited to 'src/cmd/upas/fs')
-rw-r--r-- | src/cmd/upas/fs/pop3.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cmd/upas/fs/pop3.c b/src/cmd/upas/fs/pop3.c index 4ea9adb3..ebffcdd3 100644 --- a/src/cmd/upas/fs/pop3.c +++ b/src/cmd/upas/fs/pop3.c @@ -231,10 +231,8 @@ pop3login(Pop *pop) if(pop->needtls && !pop->encrypted) return "could not negotiate TLS"; - up = auth_getuserpasswd(auth_getkey, "role=client proto=pass service=pop dom=%q%s", + up = auth_getuserpasswd(auth_getkey, "proto=pass role=client service=pop dom=%q%s", pop->host, ubuf); - /* up = auth_getuserpasswd(auth_getkey, "proto=pass service=pop dom=%q%s", - pop->host, ubuf); jpc */ if(up == nil) return "no usable keys found"; |