ejtag: added missing instructions.
[fw/openocd] / src / openocd.c
index 94fab3a94e891ab5e9596325e6437a46e068207f..83329b519233c48b9857157932aaf34e8ecb237d 100644 (file)
@@ -297,8 +297,10 @@ static int openocd_thread(int argc, char *argv[], struct command_context *cmd_ct
 
        if (init_at_startup) {
                ret = command_run_line(cmd_ctx, "init");
-               if (ERROR_OK != ret)
+               if (ERROR_OK != ret) {
+                       server_quit();
                        return ERROR_FAIL;
+               }
        }
 
        ret = server_loop(cmd_ctx);