summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/http.go b/http.go
index fd1ff1d..3928f7b 100644
--- a/http.go
+++ b/http.go
@@ -9,6 +9,7 @@ import (
"go.wit.com/lib/gui/shell"
pb "go.wit.com/lib/protobuf/virtbuf"
"go.wit.com/log"
+ "go.wit.com/lib/virtigoxml"
)
// remove '?' part and trailing '/'
@@ -65,7 +66,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
}
if tmp == "/dumplibvirtxml" {
- dumpLibvirtxmlDomainNames()
+ virtigoxml.DumpLibvirtxmlDomainNames()
return
}