Skip to content
Snippets Groups Projects
Commit e7bd1ce7 authored by Mark Spencer's avatar Mark Spencer
Browse files

Remove duplicate declaration (bug #1950)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3353 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a8d82213
Branches
Tags
No related merge requests found
...@@ -998,7 +998,6 @@ struct rtp_info *create_connection(unsigned call_reference) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment