summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/settings/nm-settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/nm-settings.c b/src/settings/nm-settings.c
index 304ac2c39e..b91247a9ae 100644
--- a/src/settings/nm-settings.c
+++ b/src/settings/nm-settings.c
@@ -1655,7 +1655,7 @@ write_hostname (NMSettingsPrivate *priv, const char *hostname)
*/
if ( lstat (file, &file_stat) == 0
&& S_ISLNK (file_stat.st_mode)
- && (link_path = g_file_read_link (file, NULL)))
+ && (link_path = nm_utils_read_link_absolute (file, NULL)))
file = link_path;
#if HAVE_SELINUX