aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-13 22:50:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-13 22:50:16 +0000
commit4efa0d9f6800b12e3ecb7e0291bc80fa8d8aa610 (patch)
tree810e794fe01dd9fb1086aaba3dc7ab5fa96eab1d /lib
parente021fe94449ca01f0ccbdfa0b20ea564f7b8d5f0 (diff)
ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on
the left side of @ to make it short(er).
Diffstat (limited to 'lib')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 853ea44c1..c6d861621 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -45,7 +45,7 @@
#define DICT_DEFINE3 "/LOOKUP:"
#define CURL_DEFAULT_USER "anonymous"
-#define CURL_DEFAULT_PASSWORD "curl_by_daniel@haxx.se"
+#define CURL_DEFAULT_PASSWORD "ftp@example.com"
#include "cookie.h"
#include "formdata.h"