aboutsummaryrefslogtreecommitdiff
path: root/multihome.c
diff options
context:
space:
mode:
Diffstat (limited to 'multihome.c')
-rw-r--r--multihome.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/multihome.c b/multihome.c
index 0006bd1..e93a9fb 100644
--- a/multihome.c
+++ b/multihome.c
@@ -552,8 +552,8 @@ int main(int argc, char *argv[]) {
nodename = strchr(host_info.nodename, '.');
if (nodename != NULL) {
*nodename = '\0';
- nodename = nodename_orig;
}
+ nodename = nodename_orig;
// Determine the user's home directory
char *path_old;