summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hostname-setup.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hostname-setup.c b/src/hostname-setup.c
index 24e0f9d9fe..e0257166d8 100644
--- a/src/hostname-setup.c
+++ b/src/hostname-setup.c
@@ -101,10 +101,11 @@ static int read_hostname(char **hn) {
}
*hn = k;
- break;
+ r = 0;
+ goto finish;
}
- r = 0;
+ r = -ENOENT;
finish:
fclose(f);