summaryrefslogtreecommitdiff
path: root/validate.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 20:05:15 -0600
committerJeff Carr <[email protected]>2025-02-08 20:05:15 -0600
commit6e111ba862d3f9b9179e9ac71468b6c4f25cbf20 (patch)
treed402e32f3b59d385ad14dcfb93629d131c1f9a2d /validate.go
parent55a3ed7187140e360e5a0e525f9a577dcb4579b2 (diff)
Diffstat (limited to 'validate.go')
-rw-r--r--validate.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/validate.go b/validate.go
index 8f0f948..284bde3 100644
--- a/validate.go
+++ b/validate.go
@@ -195,7 +195,6 @@ func getNewMac() string {
log.Info("using new MAC:", mac)
return mac
}
- return ""
}
// consistancy check. run on a regular basis
@@ -405,6 +404,4 @@ func setUniqueSpicePort(check *pb.Droplet) error {
return nil
}
- // for loop never gets here
- return nil
}