diff --git a/core/AmSdp.h b/core/AmSdp.h index 1207f2c3..d7408195 100644 --- a/core/AmSdp.h +++ b/core/AmSdp.h @@ -70,7 +70,7 @@ struct SdpConnection /** IP address */ string address; - SdpConnection() : address() {} + SdpConnection() : network(0), addrType(0), address(), ipv4{}, ipv6{} {} bool operator == (const SdpConnection& other) const; /** pretty print */