Actions
Bug #4880
closed[wt-3.3.5] does not compile Server.C with ENABLE_SSL and NO_RESOLVE_ACCEPT_ADDRESS
Description
Hey,
I needed to build wt with NO_RESOLVE_ACCEPT_ADDRESS for some reason. There is an undefined variable when NO_RESOLVE_ACCEPT_ADDRESS is defined. I fixed it this way (see attached patch), but could you check if this patch is sufficient, whether I had overseen something.
Regards,
Stoycho
Files
Updated by Стойчо Стефанов Stoycho Stefanov almost 10 years ago
httpsPort (line 235 not in patch) is not defined
Updated by Wim Dumon almost 10 years ago
- Status changed from New to Resolved
- Assignee set to Wim Dumon
Hey,
Thank you for the report. Ok to just replace the offending line?
ssl_endpoint.port(atoi(config_.httpsPort().c_str()));
Updated by Koen Deforche over 9 years ago
- Status changed from Resolved to Closed
- Target version set to 3.3.6
Actions