File: resolv.conf_no_log

package info (click to toggle)
ppp 2.4.9-1%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,668 kB
  • sloc: ansic: 56,182; sh: 1,074; perl: 334; makefile: 109; exp: 82
file content (11 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
--- a/pppd/ipcp.c
+++ b/pppd/ipcp.c
@@ -2063,7 +2063,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;
     }