Closed mycoboco closed 8 years ago
The check for INADDR_ANY parameter while creating an Advertisement object always results in true, which sets networking.INADDR_ANY to false regardless of users' intent. This PR fixes the issue.
INADDR_ANY
Advertisement
networking.INADDR_ANY
The check for
INADDR_ANY
parameter while creating anAdvertisement
object always results in true, which setsnetworking.INADDR_ANY
to false regardless of users' intent. This PR fixes the issue.