b/f: fixes bug introduced with c64ab094.

sayer/1.4-spce2.6
Raphael Coeffic 15 years ago
parent c199bf8d2c
commit 40a276ab2a

@ -511,7 +511,7 @@ void AmRtpStream::setRAddr(const string& addr, unsigned short port)
r_port = port;
#ifndef SUPPORT_IPV6
mute = (sa.sin_addr.s_addr == 0);
mute = (r_saddr.sin_addr.s_addr == 0);
#endif
}

Loading…
Cancel
Save