From: <jpg...@us...> - 2008-04-15 22:18:06
|
Revision: 1406 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1406&view=rev Author: jpgrayson Date: 2008-04-15 15:18:13 -0700 (Tue, 15 Apr 2008) Log Message: ----------- Whitespace. Modified Paths: -------------- trunk/lib/libiax2/src/iax.c Modified: trunk/lib/libiax2/src/iax.c =================================================================== --- trunk/lib/libiax2/src/iax.c 2008-04-15 22:17:47 UTC (rev 1405) +++ trunk/lib/libiax2/src/iax.c 2008-04-15 22:18:13 UTC (rev 1406) @@ -857,9 +857,9 @@ if (ntohs(h->scallno) & IAX_FLAG_FULL) iax_showframe(f, NULL, 0, f->transfer ? - &(f->session->transfer) : - &(f->session->peeraddr), - f->datalen - sizeof(struct ast_iax2_full_hdr)); + &(f->session->transfer) : + &(f->session->peeraddr), + f->datalen - sizeof(struct ast_iax2_full_hdr)); } #endif /* Send the frame raw */ @@ -1425,7 +1425,6 @@ int transfer_id = 1 + (int)(32767.0 * (iax_random() / (RAND_MAX + 1.0))); memset(&ied0, 0, sizeof(ied0)); - memset(&ied1, 0, sizeof(ied1)); /* reversed setup */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |