summaryrefslogtreecommitdiffstats
path: root/src/stun
diff options
context:
space:
mode:
Diffstat (limited to 'src/stun')
-rw-r--r--src/stun/udp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stun/udp.cxx b/src/stun/udp.cxx
index 7a75134..1472b13 100644
--- a/src/stun/udp.cxx
+++ b/src/stun/udp.cxx
@@ -64,7 +64,7 @@ openPort( unsigned short port, unsigned int interfaceIp, bool verbose )
}
}
- if ( bind( fd,(struct sockaddr*)&addr, sizeof(addr)) != 0 )
+ if ( ::bind( fd,(struct sockaddr*)&addr, sizeof(addr)) != 0 )
{
int e = getErrno();