forked from lthn/blockchain
conn_tool: fixed minor error
This commit is contained in:
parent
f0c7d57c41
commit
0c90262e8a
1 changed files with 3 additions and 0 deletions
|
|
@ -1222,7 +1222,10 @@ bool handle_pack_file(po::variables_map& vm)
|
|||
}
|
||||
|
||||
if (!command_line::has_arg(vm, arg_target_file))
|
||||
{
|
||||
std::cout << "Error: Parameter target_file is not set." << ENDL;
|
||||
return false;
|
||||
}
|
||||
path_target = command_line::get_arg(vm, arg_target_file);
|
||||
|
||||
std::ifstream source;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue