14 lines
633 B
Diff
14 lines
633 B
Diff
|
Index: NetworkManager-1.40.0/src/core/dns/nm-dns-manager.c
|
||
|
===================================================================
|
||
|
--- NetworkManager-1.40.0.orig/src/core/dns/nm-dns-manager.c
|
||
|
+++ NetworkManager-1.40.0/src/core/dns/nm-dns-manager.c
|
||
|
@@ -725,7 +725,7 @@ again:
|
||
|
/* FIXME: don't write to netconfig synchronously. */
|
||
|
|
||
|
/* Wait until the process exits */
|
||
|
- if (!nm_utils_kill_child_sync(pid, 0, LOGD_DNS, "netconfig", &status, 1000, 0)) {
|
||
|
+ if (!nm_utils_kill_child_sync(pid, 0, LOGD_DNS, "netconfig", &status, 0, 0)) {
|
||
|
errsv = errno;
|
||
|
g_set_error(error,
|
||
|
NM_MANAGER_ERROR,
|