Add parantheses to avoid compiler warning
This commit is contained in:
@@ -172,7 +172,7 @@ METHOD(task_t, build, status_t,
|
|||||||
}
|
}
|
||||||
for (i = 0; i < countof(vendor_natt_ids); i++)
|
for (i = 0; i < countof(vendor_natt_ids); i++)
|
||||||
{
|
{
|
||||||
if (this->initiator && vendor_natt_ids[i].send ||
|
if ((this->initiator && vendor_natt_ids[i].send) ||
|
||||||
this->best_natt_ext == i)
|
this->best_natt_ext == i)
|
||||||
{
|
{
|
||||||
vid_payload = vendor_id_payload_create_data(VENDOR_ID_V1,
|
vid_payload = vendor_id_payload_create_data(VENDOR_ID_V1,
|
||||||
|
|||||||
Reference in New Issue
Block a user