Formatting and debugs
This commit is contained in:
parent
c377a28d56
commit
e2140aed10
7 changed files with 14 additions and 8 deletions
|
|
@ -74,6 +74,7 @@
|
|||
|
||||
/* Command line options to be passed to getopt(3) */
|
||||
#define CLI_OPTS "+hVD:f:E:l:C:F:1a:u:d:m:qp:GLy:c:U:o:"
|
||||
|
||||
/*! Check if there is a CLI history file and if so dump the CLI histiry to it
|
||||
*
|
||||
* Just log if file does not exist or is not readable
|
||||
|
|
|
|||
|
|
@ -748,7 +748,6 @@ clicon_cliread(clixon_handle h,
|
|||
goto done;
|
||||
goto fail;
|
||||
}
|
||||
|
||||
retval = 1;
|
||||
done:
|
||||
if (pfmt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue