Skip to content

Port is empty #14

@sgruby

Description

@sgruby

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions