aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/fs
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-08 22:39:54 +0000
committerrsc <devnull@localhost>2006-02-08 22:39:54 +0000
commit605c0ea102e334b6c05d635ca0e5b93bad0031ec (patch)
tree47733670b8c009cd358046ad7b6cdefc7096644a /src/cmd/upas/fs
parent5a1e9de7b160033e85a77ad4c60193186364a2fb (diff)
downloadplan9port-605c0ea102e334b6c05d635ca0e5b93bad0031ec.tar.gz
plan9port-605c0ea102e334b6c05d635ca0e5b93bad0031ec.tar.bz2
plan9port-605c0ea102e334b6c05d635ca0e5b93bad0031ec.zip
cleanup
Diffstat (limited to 'src/cmd/upas/fs')
-rw-r--r--src/cmd/upas/fs/pop3.c4
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";