aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/url.c b/lib/url.c
index 62e81d243..4af97468f 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -24,9 +24,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
@@ -691,7 +691,7 @@ CURLcode curl_connect(CURL *curl, CURLconnect **in_connect)
}
else {
/* Set default host and default path */
- strcpy(conn->gname, "curl.haxx.nu");
+ strcpy(conn->gname, "curl.haxx.se");
strcpy(conn->path, "/");
if (2 > sscanf(data->url,