Fossil SCM

fix comment

jan.nijtmans 2014-01-29 10:21 trunk
Commit ca0a58fac56b532a6a5c106fdc12e9b8b2f00a53
1 file changed +3 -3
+3 -3
--- src/http_ssl.c
+++ src/http_ssl.c
@@ -176,14 +176,14 @@
176176
}
177177
}
178178
179179
/*
180180
** Open an SSL connection. The identify of the server is determined
181
-** by global variables that are set using url_parse():
181
+** by variables that are set using url_parse():
182182
**
183
-** g.urlName Name of the server. Ex: www.fossil-scm.org
184
-** g.urlPort TCP/IP port to use. Ex: 80
183
+** pUrlData->name Name of the server. Ex: www.fossil-scm.org
184
+** pUrlData->port TCP/IP port to use. Ex: 80
185185
**
186186
** Return the number of errors.
187187
*/
188188
int ssl_open(UrlData *pUrlData){
189189
X509 *cert;
190190
--- src/http_ssl.c
+++ src/http_ssl.c
@@ -176,14 +176,14 @@
176 }
177 }
178
179 /*
180 ** Open an SSL connection. The identify of the server is determined
181 ** by global variables that are set using url_parse():
182 **
183 ** g.urlName Name of the server. Ex: www.fossil-scm.org
184 ** g.urlPort TCP/IP port to use. Ex: 80
185 **
186 ** Return the number of errors.
187 */
188 int ssl_open(UrlData *pUrlData){
189 X509 *cert;
190
--- src/http_ssl.c
+++ src/http_ssl.c
@@ -176,14 +176,14 @@
176 }
177 }
178
179 /*
180 ** Open an SSL connection. The identify of the server is determined
181 ** by variables that are set using url_parse():
182 **
183 ** pUrlData->name Name of the server. Ex: www.fossil-scm.org
184 ** pUrlData->port TCP/IP port to use. Ex: 80
185 **
186 ** Return the number of errors.
187 */
188 int ssl_open(UrlData *pUrlData){
189 X509 *cert;
190

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button