mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 19:00:11 +01:00
parent
8ed0e50ff1
commit
4c691cf69e
1 changed files with 5 additions and 5 deletions
|
|
@ -491,11 +491,11 @@ update_resolv_conf (char **searches,
|
|||
if (errno != ENOENT)
|
||||
return TRUE;
|
||||
g_set_error (error,
|
||||
NM_MANAGER_ERROR,
|
||||
NM_MANAGER_ERROR_FAILED,
|
||||
"Could not stat %s: %s\n",
|
||||
_PATH_RESCONF,
|
||||
g_strerror (errno));
|
||||
NM_MANAGER_ERROR,
|
||||
NM_MANAGER_ERROR_FAILED,
|
||||
"Could not stat %s: %s\n",
|
||||
_PATH_RESCONF,
|
||||
g_strerror (errno));
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue