-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
[bug] NameSpaceUtil::formatNameServerURL
unsigned int index = nameServerAddr.find(ENDPOINT_PREFIX);
if (index != string::npos)
right:
int index = nameServerAddr.find(ENDPOINT_PREFIX);
if (index != string::npos)
exmaple:
setNamesrvAddr("122.12.122.122:8080) , result: 122.122:8080
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists