Differences From:
File
src/winhttp.c
part of check-in
[7a2c37063a]
- merge trunk into creole branch
by
bob on
2009-09-22 07:49:39.
Also file
src/winhttp.c
part of check-in
[7343126617842a]
- Fix the "ui"/"server" command for win32 so that it works even if run
from cygwin in a directory that contains a space in its name.
by
drh on
2009-09-11 21:05:51.
[view]
To:
File
src/winhttp.c
part of check-in
[97789f0a92]
- clean up a few compiler warnings
by
rwilson on
2009-12-29 22:10:29.
Also file
src/winhttp.c
part of check-in
[76bc05d739]
- merge with trunk
by
btheado on
2009-12-30 20:33:59.
[view]
@@ -137,9 +137,9 @@
** that socket.
*/
void win32_http_server(int mnPort, int mxPort, char *zBrowser){
WSADATA wd;
- SOCKET s;
+ SOCKET s = INVALID_SOCKET;
SOCKADDR_IN addr;
int idCnt = 0;
int iPort = mnPort;