mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-03-06 14:35:27 +01:00
2017-10-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs that broke the build under Windows.
This commit is contained in:
@@ -619,10 +619,10 @@ void RDConfig::load()
|
||||
//
|
||||
int sock=-1;
|
||||
|
||||
#ifndef WIN32
|
||||
if((sock=socket(PF_INET,SOCK_DGRAM,IPPROTO_IP))<0) {
|
||||
return;
|
||||
}
|
||||
#ifndef WIN32
|
||||
struct ifreq ifr;
|
||||
int index=0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user