config file: don't print warning if config file cannot be opened
This commit is contained in:
parent
02d044c391
commit
5b27d8408c
2 changed files with 12 additions and 0 deletions
|
|
@ -52,8 +52,10 @@ lif_config_load(const char *filename)
|
|||
|
||||
if (fd == NULL)
|
||||
{
|
||||
#if 0
|
||||
fprintf(stderr, "ifupdown-ng: cannot open config %s: %s\n",
|
||||
filename, strerror(errno));
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue