[gdb/testsuite] Fix regexp for reg value in jit-reader.exp
[deliverable/binutils-gdb.git] / gdb / ser-tcp.c
index 7498319cc41c11a7c100019a075ba7444de42076..079f24828e921d087b273a9c0613204df69c3c6a 100644 (file)
@@ -72,7 +72,7 @@ static struct cmd_list_element *tcp_show_cmdlist;
 
 /* Whether to auto-retry refused connections.  */
 
-static int tcp_auto_retry = 1;
+static bool tcp_auto_retry = true;
 
 /* Timeout period for connections, in seconds.  */
 
This page took 0.024694 seconds and 4 git commands to generate.