cli: Fixed unused variable error
This commit is contained in:
parent
24f0d34eda
commit
da7df99bff
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ static int parse_dbg_transport(const char *arg)
|
|||
}
|
||||
|
||||
free(dup);
|
||||
return 1;
|
||||
return ok;
|
||||
}
|
||||
|
||||
static int parse_dbg(const char *arg)
|
||||
|
|
Loading…
Add table
Reference in a new issue