Merge "chan_ooh323: Fix confusing indentation warning"

This commit is contained in:
Joshua Colp
2017-09-05 07:16:41 -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)