summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libdebugger/rtems-debugger-remote-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libdebugger/rtems-debugger-remote-tcp.c b/cpukit/libdebugger/rtems-debugger-remote-tcp.c
index 696e2deb8c..440baa9b66 100644
--- a/cpukit/libdebugger/rtems-debugger-remote-tcp.c
+++ b/cpukit/libdebugger/rtems-debugger-remote-tcp.c
@@ -122,7 +122,7 @@ static int
tcp_remote_connect(rtems_debugger_remote* remote)
{
int ld;
- struct sockaddr_in addr;
+ struct sockaddr_in addr = {0};
socklen_t opt;
socklen_t len;
bool running;