-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
On a test machine, I noticed that the port returned by
port = self.cache_srv_conf['Port']
Is coming back as zero. If I add:
if port == 0: port = self.cache_srv_conf['LastPort']
The script will work fine. This is on 10.12.4. Otherwise, the system works great!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels