Differences From Artifact [b2f3fa631e]:
- File src/http_transport.c — part of check-in [d8bbe4add6] at 2011-10-16 17:32:27 on branch trunk — Fix new and harmless compiler warnings that appeared with the upgrade to GCC 4.6.1. (user: drh size: 13472) [more...]
To Artifact [2184a3b7a4]:
- File src/http_transport.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 13514)
| ︙ | ︙ | |||
487 488 489 490 491 492 493 |
#ifdef FOSSIL_ENABLE_SSL
ssl_global_shutdown();
#endif
}else{
socket_global_shutdown();
}
}
| > > > > > | 487 488 489 490 491 492 493 494 495 496 497 498 |
#ifdef FOSSIL_ENABLE_SSL
ssl_global_shutdown();
#endif
}else{
socket_global_shutdown();
}
}
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|