patch-cli-runopts_c 609 B

12345678910111213141516171819202122
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- dropbear-2013.58.orig/cli-runopts.c 2013-04-18 16:58:14.000000000 +0200
  3. +++ dropbear-2013.58/cli-runopts.c 2013-08-13 14:29:15.000000000 +0200
  4. @@ -309,6 +309,10 @@ void cli_getopts(int argc, char ** argv)
  5. debug_trace = 1;
  6. break;
  7. #endif
  8. + case 'o':
  9. + next = &dummy;
  10. + case 'x':
  11. + break;
  12. case 'F':
  13. case 'e':
  14. #ifndef ENABLE_USER_ALGO_LIST
  15. @@ -322,7 +326,6 @@ void cli_getopts(int argc, char ** argv)
  16. #ifndef ENABLE_CLI_LOCALTCPFWD
  17. case 'L':
  18. #endif
  19. - case 'o':
  20. case 'b':
  21. next = &dummy;
  22. default: