diff --git a/modules/libcom/test/fdManagerTest.cpp b/modules/libcom/test/fdManagerTest.cpp index ae9f5f79b..6b868c65d 100644 --- a/modules/libcom/test/fdManagerTest.cpp +++ b/modules/libcom/test/fdManagerTest.cpp @@ -73,7 +73,7 @@ public: } osiSockAddr bind() { - osiSockAddr addr = {0}; + osiSockAddr addr = {{0}}; addr.ia.sin_family = AF_INET; addr.ia.sin_addr.s_addr = htonl(INADDR_LOOPBACK);