diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 02:05:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 02:05:54 -0500 |
| commit | 720c2e65765563770261ecc3ed71029e6c441300 (patch) | |
| tree | 6d1db7cdbf73ad7db69ebe8606f29a275657fb6f /importDomain.go | |
| parent | 83faa62e1835f2c674147cab282194ad0bcb117d (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.go | 1 |
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 { |
