]> git.pld-linux.org Git - packages/fetchmail.git/blob - fetchmail-shroud.patch
- outdated.
[packages/fetchmail.git] / fetchmail-shroud.patch
1 --- fetchmail-5.7.5/pop3.c~     Tue Mar 13 20:58:42 2001
2 +++ fetchmail-5.7.5/pop3.c      Tue Mar 20 10:21:08 2001
3 @@ -274,6 +274,7 @@
4             return(do_cram_md5(sock, "AUTH", ctl));
5  
6         /* ordinary validation, no one-time password or RPA */ 
7 +       strncpy(shroud,ctl->password,sizeof(shroud));
8         gen_transact(sock, "USER %s", ctl->remotename);
9         ok = gen_transact(sock, "PASS %s", ctl->password);
10         break;
This page took 0.125729 seconds and 3 git commands to generate.