summaryrefslogtreecommitdiff
path: root/hostname.go
diff options
context:
space:
mode:
Diffstat (limited to 'hostname.go')
-rw-r--r--hostname.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hostname.go b/hostname.go
index f035511..b4b0d42 100644
--- a/hostname.go
+++ b/hostname.go
@@ -22,7 +22,6 @@ func getHostname() {
s, err = fqdn.FqdnHostname()
if (err != nil) {
log("FQDN hostname error =", err)
- exit()
return
}
if (me.fqdn != nil) {