Skip to content

saveServers has incorrect command format #24

@pgeremia

Description

@pgeremia

In the file npdstracker.java line 1686 the code currently looks like this:

String templine = "[REGUP] " + theInfo.mHost;

In order for this to be properly read into npds tracker server using the -c command line option, the code must be as follows:

String templine = "REGUP " + theInfo.mHost;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions