/install/get_addresses -- made IP address omitempty
This commit is contained in:
@@ -695,7 +695,7 @@ func handleSafeSearchStatus(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
type ipport struct {
|
||||
IP string `json:"ip"`
|
||||
IP string `json:"ip,omitempty"`
|
||||
Port int `json:"port"`
|
||||
Warning string `json:"warning"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user