Fix: wrong typedef
This commit is contained in:
parent
8a2217ff6d
commit
a80c9b0f8e
1 changed files with 0 additions and 1 deletions
|
|
@ -732,7 +732,6 @@ main(int argc,
|
||||||
clicon_option_str_set(h, "CLICON_CONFIGDIR", optarg);
|
clicon_option_str_set(h, "CLICON_CONFIGDIR", optarg);
|
||||||
break;
|
break;
|
||||||
case 'l': /* Log destination: s|e|o */
|
case 'l': /* Log destination: s|e|o */
|
||||||
int32_t d;
|
|
||||||
d = 0;
|
d = 0;
|
||||||
if ((d = clixon_logdst_str2key(optarg)) < 0){
|
if ((d = clixon_logdst_str2key(optarg)) < 0){
|
||||||
if (optarg[0] == 'f'){ /* Check for special -lf<file> syntax */
|
if (optarg[0] == 'f'){ /* Check for special -lf<file> syntax */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue