aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/url.c b/lib/url.c
index 394d3d0c9..abca0b986 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -1832,6 +1832,9 @@ static CURLcode CreateConnection(struct SessionHandle *data,
* is based on the first letters of the server name.
*/
+ /* Note: if you add a new protocol, please update the list in
+ * lib/version.c too! */
+
if(strnequal(conn->gname, "FTP", 3)) {
strcpy(conn->protostr, "ftp");
}