diff options
Diffstat (limited to 'netrc.c')
-rw-r--r-- | netrc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -245,6 +245,9 @@ parse_netrc (file) else if (!strcmp (tok, "password")) last_token = tok_password; + else if (!strcmp (tok, "passwd")) + last_token = tok_password; + else if (!strcmp (tok, "account")) last_token = tok_account; |