summaryrefslogtreecommitdiff
path: root/importDomain.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 02:05:54 -0500
committerJeff Carr <[email protected]>2024-11-01 02:05:54 -0500
commit720c2e65765563770261ecc3ed71029e6c441300 (patch)
tree6d1db7cdbf73ad7db69ebe8606f29a275657fb6f /importDomain.go
parent83faa62e1835f2c674147cab282194ad0bcb117d (diff)
sent import to hypervisor. failed ofcourse, now onto virtigod
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'importDomain.go')
-rw-r--r--importDomain.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/importDomain.go b/importDomain.go
index f71d0b0..7d58bbe 100644
--- a/importDomain.go
+++ b/importDomain.go
@@ -61,7 +61,6 @@ func importDomain(w http.ResponseWriter, r *http.Request) (string, error) {
result = "finally ready to h.start(d)"
log.Log(WARN, result)
fmt.Fprintln(w, result)
- return result, nil
ok, output := h.start(d)
if ok {