mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Fix trivial typo (bug #2253)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7207,7 +7207,7 @@ int load_module(void)
|
||||
srand(time(NULL));
|
||||
|
||||
sin.sin_family = AF_INET;
|
||||
sin.sin_port = ntohs(IAX_DEFAULT_PORTNO);
|
||||
sin.sin_port = htons(IAX_DEFAULT_PORTNO);
|
||||
sin.sin_addr.s_addr = INADDR_ANY;
|
||||
|
||||
#ifdef IAX_TRUNKING
|
||||
|
Reference in New Issue
Block a user