Misc sanity checks and documentation
This commit is contained in:
parent
6418e030ce
commit
fa077839f0
4 changed files with 10 additions and 4 deletions
|
|
@ -862,7 +862,7 @@ load_config_file(clicon_handle h,
|
|||
}
|
||||
/* Open and parse local file into xml */
|
||||
if ((fp = fopen(filename, "r")) == NULL){
|
||||
clicon_err(OE_UNIX, errno, "open(%s)", filename);
|
||||
clicon_err(OE_UNIX, errno, "fopen(%s)", filename);
|
||||
goto done;
|
||||
}
|
||||
switch (format){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue