mirror of
https://github.com/clearml/dropbear
synced 2025-03-04 11:09:19 +00:00
fix constness build error
This commit is contained in:
parent
8b4f60a7a1
commit
6fecc91d10
@ -214,7 +214,7 @@ void cli_getopts(int argc, char ** argv) {
|
||||
cli_opts.always_accept_key = 1;
|
||||
break;
|
||||
case 'p': /* remoteport */
|
||||
next = &cli_opts.remoteport;
|
||||
next = (char**)&cli_opts.remoteport;
|
||||
break;
|
||||
#if DROPBEAR_CLI_PUBKEY_AUTH
|
||||
case 'i': /* an identityfile */
|
||||
|
Loading…
Reference in New Issue
Block a user