Message ID | cover.1738976381.git.gerickson@nuovations.com (mailing list archive) |
---|---|
Headers | show
Received: from mail5.g24.pair.com (mail5.g24.pair.com [66.39.139.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 47314372 for <connman@lists.linux.dev>; Sat, 8 Feb 2025 01:02:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=66.39.139.36 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738976523; cv=none; b=GTutC5HoW03XdJSRBCN3rJgb7cw4NP3HPDfJvTiKXh2T62OyqQUsylgMtOwdPus2bexyPKFaaOwrjP620EiEtlWUX+Ba5e6AFUp9p/XUz2TmKIgYlSeJkZgeaN9mZbZ2XM4xLW6CUV9xaSXt0pBzeW0ZSSRtaSzqKJcOjAMQ2M4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738976523; c=relaxed/simple; bh=wP5iusj4F0EW+9fXwSJrHkunCRrHqxXx5e8kGsL+uQ0=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=YjLO1AO1PD4k21rp3yAzwBLzxdVpuoT47sHNJkJJFlRGRe4v79hXE5YEQJ0UBCIHqgBs5jVHpad6PJIcaMOnjwrPCmU8Vetq05rxsxUNvz0OE1UYtGUz2kJJqRc2rsjxAj6QbpxvceXCm8984LaCRg0U9ln5AbgCjUbDhYOM8Fs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nuovations.com; spf=pass smtp.mailfrom=nuovations.com; dkim=pass (2048-bit key) header.d=nuovations.com header.i=@nuovations.com header.b=lXinYvsk; arc=none smtp.client-ip=66.39.139.36 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nuovations.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=nuovations.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=nuovations.com header.i=@nuovations.com header.b="lXinYvsk" Received: from mail5.g24.pair.com (localhost [127.0.0.1]) by mail5.g24.pair.com (Postfix) with ESMTP id 249D3164A79 for <connman@lists.linux.dev>; Fri, 7 Feb 2025 20:02:00 -0500 (EST) Received: from localhost.localdomain (c-24-6-12-99.hsd1.ca.comcast.net [24.6.12.99]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail5.g24.pair.com (Postfix) with ESMTPSA id C4908124FB3 for <connman@lists.linux.dev>; Fri, 7 Feb 2025 20:01:59 -0500 (EST) From: Grant Erickson <gerickson@nuovations.com> To: connman@lists.linux.dev Subject: [PATCH 0/2] ofono: Correct conditional in 'cm_get_contexts_reply'. Date: Fri, 7 Feb 2025 17:01:56 -0800 Message-ID: <cover.1738976381.git.gerickson@nuovations.com> X-Mailer: git-send-email 2.45.0 Precedence: bulk X-Mailing-List: connman@lists.linux.dev List-Id: <connman.lists.linux.dev> List-Subscribe: <mailto:connman+subscribe@lists.linux.dev> List-Unsubscribe: <mailto:connman+unsubscribe@lists.linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuovations.com; h=from:to:subject:date:message-id:mime-version:content-transfer-encoding; s=pair-202401062137; bh=ljUVBfzR3ka8wsi/EZr3Fh023AhlWZvB2ozbkwLxA3c=; b=lXinYvskxZdJzLH3CAX6j1FBpvNNEM4BVoPeXv0S8I9dGZlHmEKIgAVgOJYCo4pm87kB0T6X1dQx/XmlHUifZHpFXQsW0B1N4WSlzq3FOgJvpxsJ2ujQrDSYFaM/lYNN6HQBLs5lhDIxHHlJAMp/0+PpyDeZUC/+Wbt7QVtDG/817Jgu2XqnH8fxs6VZYYbhiFpJVh53XCpriy3GZ/9Cjv2q2DFPTykl/ssobM9RWDelNz4e8dw/BOgDVuCVB3KO6ECtjuKEahFG0VcIjWIk8Dza30GgwTNVqG9Sw0Yj9RWbJsTDCSQ/Ff6Q9kW6/hNoB7Rfy+tPREQREEDMAXYUNg== X-Scanned-By: mailmunge 3.10 on 66.39.139.36 |
Series |
ofono: Correct conditional in 'cm_get_contexts_reply'.
|
expand
|