resolv.conf_no_log

Gbp-Pq: Name resolv.conf_no_log
This commit is contained in:
Ubuntu Developers 2022-05-14 02:43:52 +08:00 committed by openKylinBot
parent 7d95e477ed
commit f78107dad8
1 changed files with 1 additions and 1 deletions

View File

@ -2152,7 +2152,7 @@ create_resolv(peerdns1, peerdns2)
f = fopen(_PATH_RESOLV, "w");
if (f == NULL) {
error("Failed to create %s: %m", _PATH_RESOLV);
/* error("Failed to create %s: %m", _PATH_RESOLV); */
return;
}