Merge "chan_ooh323: Fix confusing indentation warning" into 15

This commit is contained in:
Jenkins2
2017-09-05 07:01:44 -05:00
committed by Gerrit Code Review

View File

@@ -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)