Fossil SCM

fix compile error

ron 2010-01-21 20:18 ssl
Commit 5fc80efdf934d14554c3449a34cb7f44929fb84a
1 file changed +1 -1
--- src/http_transport.c
+++ src/http_transport.c
@@ -318,11 +318,11 @@
318318
}
319319
/* printf("Got line: [%s]\n", &transport.pBuf[iStart]); */
320320
return &transport.pBuf[iStart];
321321
}
322322
323
-void *transport_global_shutdown(void){
323
+void transport_global_shutdown(void){
324324
if( g.urlIsHttps ){
325325
#ifdef FOSSIL_ENABLE_SSL
326326
ssl_global_shutdown();
327327
#endif
328328
}else{
329329
--- src/http_transport.c
+++ src/http_transport.c
@@ -318,11 +318,11 @@
318 }
319 /* printf("Got line: [%s]\n", &transport.pBuf[iStart]); */
320 return &transport.pBuf[iStart];
321 }
322
323 void *transport_global_shutdown(void){
324 if( g.urlIsHttps ){
325 #ifdef FOSSIL_ENABLE_SSL
326 ssl_global_shutdown();
327 #endif
328 }else{
329
--- src/http_transport.c
+++ src/http_transport.c
@@ -318,11 +318,11 @@
318 }
319 /* printf("Got line: [%s]\n", &transport.pBuf[iStart]); */
320 return &transport.pBuf[iStart];
321 }
322
323 void transport_global_shutdown(void){
324 if( g.urlIsHttps ){
325 #ifdef FOSSIL_ENABLE_SSL
326 ssl_global_shutdown();
327 #endif
328 }else{
329

Keyboard Shortcuts

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