flash/nor/sim3x: remove dead assignment
[fw/openocd] / src / server / telnet_server.c
index f95178565935d7da9a4734982423b1725f321a3d..92d8c5ea6903486387b2a6fe34f28679ed27a1e9 100644 (file)
@@ -32,7 +32,7 @@
 #include <target/target_request.h>
 #include <helper/configuration.h>
 
-static const char *telnet_port;
+static char *telnet_port;
 
 static char *negotiate =
        "\xFF\xFB\x03"                  /* IAC WILL Suppress Go Ahead */