Merge "chan_ooh323: Fix confusing indentation warning"

pull/9/head
Joshua Colp 8 years ago committed by Gerrit Code Review
commit f40b2901fc

@ -384,7 +384,7 @@ int ooSocketAccept (OOSOCKET socket, OOSOCKET *pNewSocket,
if (*pNewSocket <= 0) return ASN_E_INVSOCKET;
if (destAddr != 0) {
if ((host = ast_sockaddr_stringify_addr(&addr)) != NULL);
if ((host = ast_sockaddr_stringify_addr(&addr)) != NULL)
strncpy(destAddr, host, strlen(host));
}
if (destPort != 0)

Loading…
Cancel
Save