mirror of https://gitee.com/openkylin/ppp.git
parent
7d95e477ed
commit
f78107dad8
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue