mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
Remove unused variable.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@370770 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -26692,7 +26692,6 @@ static struct ast_channel *sip_request_call(const char *type, format_t format, c
|
||||
char dialstring[256];
|
||||
char *remote_address;
|
||||
enum sip_transport transport = 0;
|
||||
struct ast_sockaddr remote_address_sa = { {0,} };
|
||||
format_t oldformat = format;
|
||||
AST_DECLARE_APP_ARGS(args,
|
||||
AST_APP_ARG(peerorhost);
|
||||
|
||||
Reference in New Issue
Block a user