mesh: Fix logic error when saving model subscriptions
authorInga Stotland <inga.stotland@intel.com>
Tue, 11 Aug 2020 17:18:55 +0000 (10:18 -0700)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Mon, 28 Dec 2020 06:20:04 +0000 (11:50 +0530)
commit44cbcbce124b7b8f672e5878e999f6b2d97ff94b
treee56b7dd21613734b854aaa4b0f41b7204d093856
parent6254c4f88831499e5ee91d4b208260c7bdd5bbd1
mesh: Fix logic error when saving model subscriptions

This fixes opcode check condition when saving configuration for model
subscriptions: use || instead of && for opcode checking

Change-Id: I5d80c0dad98458ceca565b40c824081e6916f02f
Signed-off-by: anuj.bhumiya <anuj.bhumiya@samsung.com>
mesh/cfgmod-server.c