summaryrefslogtreecommitdiff
path: root/libproto/mailer/smtp_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/mailer/smtp_auth.c')
-rw-r--r--libproto/mailer/smtp_auth.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libproto/mailer/smtp_auth.c b/libproto/mailer/smtp_auth.c
index 48b5a9109..a0d8a870f 100644
--- a/libproto/mailer/smtp_auth.c
+++ b/libproto/mailer/smtp_auth.c
@@ -77,15 +77,6 @@ _mu_smtp_fixup_params (mu_smtp_t smtp)
return rc;
}
- rc = mu_url_parse (url);
- if (rc)
- {
- mu_diag_output (MU_DIAG_ERROR, "cannot parse URL: %s",
- mu_strerror (rc));
- mu_url_destroy (&url);
- return rc;
- }
-
if (!(flags & _HAS_USERNAME))
{
rc = mu_url_sget_user (url, &str);

Return to:

Send suggestions and report system problems to the System administrator.