Merged revisions 339938 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r339938 | igorg | 2011-10-09 08:16:09 +0700 (Вск, 09 Окт 2011) | 6 lines
  
  Fix compilation issue, caused by missed session structure
  
  (closes issue ASTERISK-18694)
  Reported by: alex70
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@339942 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10-digiumphones
Igor Goncharovskiy 14 years ago
parent 5b1db303a3
commit a1429c5cf6

@ -882,7 +882,7 @@ static struct unistimsession *create_client(const struct sockaddr_in *addr_from)
memcpy(&s->sin, addr_from, sizeof(struct sockaddr_in));
get_to_address(unistimsock, &s->sout);
sout.sin_family = AF_INET;
s->sout.sin_family = AF_INET;
if (unistimdebug) {
ast_verb(0, "Creating a new entry for the phone from %s received via server ip %s\n",
ast_inet_ntoa(addr_from->sin_addr), ast_inet_ntoa(s->sout.sin_addr));

Loading…
Cancel
Save