mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 02:18:31 +00:00
Fix typo's (retrieve, specified, address).
........ Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430998 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -223,7 +223,7 @@ int connect_to_host(char* name, int port)
|
||||
struct sockaddr_in host;
|
||||
|
||||
|
||||
/* get adress */
|
||||
/* get address */
|
||||
if(!strcmp(name,"localhost"))
|
||||
address=htonl(2130706433); /*127.0.0.1*/
|
||||
else
|
||||
|
Reference in New Issue
Block a user