projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d56c038
)
removed two odd comments
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 6 May 2004 15:17:10 +0000
(15:17 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 6 May 2004 15:17:10 +0000
(15:17 +0000)
lib/url.c
patch
|
blob
|
history
diff --git
a/lib/url.c
b/lib/url.c
index 398815384f764a636c90240826854fd2da6cf919..830ab9d3048275f8140c098fd11da9980cbfe702 100644
(file)
--- a/
lib/url.c
+++ b/
lib/url.c
@@
-2551,7
+2551,6
@@
static CURLcode CreateConnection(struct SessionHandle *data,
else if(strequal(conn->protostr, "FTP") ||
strequal(conn->protostr, "FTPS")) {
-/* MN 06/07/02 */
#ifndef CURL_DISABLE_FTP
char *type;
int port = PORT_FTP;
@@
-2626,8
+2625,6
@@
static CURLcode CreateConnection(struct SessionHandle *data,
break;
}
}
-
-/* MN 06/07/02 */
#else /* CURL_DISABLE_FTP */
failf(data, LIBCURL_NAME
" was built with FTP disabled, ftp/ftps: not supported!");