mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
Remove duplicate declaration (bug #1950)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3353 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -998,7 +998,6 @@ struct rtp_info *create_connection(unsigned call_reference)
|
|||||||
struct sockaddr_in us;
|
struct sockaddr_in us;
|
||||||
struct sockaddr_in them;
|
struct sockaddr_in them;
|
||||||
struct rtp_info *info;
|
struct rtp_info *info;
|
||||||
char iabuf[80];
|
|
||||||
/* XXX This is sooooo bugus. inet_ntoa is not reentrant
|
/* XXX This is sooooo bugus. inet_ntoa is not reentrant
|
||||||
but this function wants to return a static variable so
|
but this function wants to return a static variable so
|
||||||
the only way to do this will be to declare iabuf within
|
the only way to do this will be to declare iabuf within
|
||||||
|
Reference in New Issue
Block a user