precache icon indicating copy to clipboard operation
precache copied to clipboard

Port is empty

Open sgruby opened this issue 8 years ago • 0 comments

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!

sgruby avatar Apr 25 '17 20:04 sgruby