X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fopenocd.c;h=048ce8524809e319579a68f163cec12bdb829b0e;hb=6f65045b3791525e99d09d07b5f9d8dd5aa511e5;hp=d06e2c56e5258a09d09cad9f794794defaaf8a43;hpb=e8641695c634109ebf5f1149923971770da1d28a;p=fw%2Fopenocd diff --git a/src/openocd.c b/src/openocd.c index d06e2c56e..048ce8524 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -279,8 +279,6 @@ static int openocd_thread(int argc, char *argv[], struct command_context *cmd_ct return EXIT_FAILURE; ret = parse_config_file(cmd_ctx); - if (ret == ERROR_OK_EXIT) - return ERROR_OK; if (ret != ERROR_OK) return EXIT_FAILURE;