Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e100d13 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: Cleanup MHIP Dl rules condition fix"

parents eb31a504 7d99137a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1027,7 +1027,7 @@ int ipa3_qmi_rmv_offload_request_send(
	}

	/* check if the # of handles from IPACM is valid */
	if (req->filter_handle_list_len == 0) {
	if (!req->clean_all_rules_valid && req->filter_handle_list_len == 0) {
		IPAWANDBG("IPACM deleted zero rules !\n");
		return -EINVAL;
	}