diff options
author | monnerat <pm@datasphere.ch> | 2010-04-19 17:30:20 +0200 |
---|---|---|
committer | monnerat <pm@datasphere.ch> | 2010-04-19 17:30:20 +0200 |
commit | 42930155ab1ea66d7719b02be71eb1089d1eca47 (patch) | |
tree | cf951f8d66d56d4453eb0cffdb5551f7ac143b6a /lib | |
parent | dfce37da23850f62202cf88c31bfb9b21292d8f8 (diff) |
Remove null-effect leftover code.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/smtp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/smtp.c b/lib/smtp.c index 185bd4bde..a719ee1c8 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -676,7 +676,6 @@ static CURLcode smtp_state_authcram_resp(struct connectdata *conn, } /* Compute digest. */ - strlen(conn->passwd); ctxt = Curl_HMAC_init(Curl_HMAC_MD5, (const unsigned char *) conn->passwd, strlen(conn->passwd)); |