summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.go b/http.go
index 741f949..1b9d0c9 100644
--- a/http.go
+++ b/http.go
@@ -53,7 +53,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
}
if tmp == "/vms" {
- s := poolHypervisor(hv)
+ s := pollHypervisor(hv)
fmt.Fprint(w, s)
return
}