Fixed some minor issues

This commit is contained in:
David J. Allen 2024-04-30 16:03:23 -06:00
parent 7022801fe9
commit e929fac09e
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
4 changed files with 15 additions and 10 deletions

View file

@ -175,7 +175,6 @@ func UpdateEndpoints(eps *Endpoints, other *Endpoints) {
if ep != nil {
if *ep == "" {
*ep = s
fmt.Printf("updated %s\n", s)
}
}
}