mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-12 16:14:37 +08:00
fix to roaming feature
This commit is contained in:
parent
ed02a499b8
commit
67157f4bdc
1 changed files with 0 additions and 1 deletions
|
@ -558,7 +558,6 @@ func getPublicAddr() (string, error) {
|
|||
endpoint := ""
|
||||
if resp.StatusCode == http.StatusOK {
|
||||
bodyBytes, err := ioutil.ReadAll(resp.Body)
|
||||
_, err := ioutil.ReadAll(resp.Body)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue