aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/config.c b/src/config.c
index e46c2f5..9c75df6 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1152,14 +1152,6 @@ cb_url (enum grecs_callback_command cmd,
value->v.string, mu_strerror (rc));
return rc;
}
- rc = mu_url_parse (url);
- if (rc)
- {
- grecs_error (locus, 0, _("cannot parse URL `%s': %s"),
- value->v.string, mu_strerror (rc));
- mu_url_destroy (&url);
- return rc;
- }
*purl = url;
return 0;
}

Return to:

Send suggestions and report system problems to the System administrator.