Remove unwanted NULL check for service in append_properties() 03/214903/2
authorNishant Chaprana <n.chaprana@samsung.com>
Fri, 27 Sep 2019 09:51:16 +0000 (15:21 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Mon, 7 Oct 2019 06:26:47 +0000 (11:56 +0530)
commit2367010ab69cc69e609ab275541838be289f531f
treebd79c60f10e6fd46e40e3102e4d0ef633437e6af
parent4b56bbc05a7e48de6209d03280c60bf53fceb91f
Remove unwanted NULL check for service in append_properties()

Description: The service will be always allocated when append_properties()
is called, so this NULL check is not required.
This NULL check generates SVACE warning which is actually a FALSE alarm.

Change-Id: I9b3a15529f6614cb375b8fb7ec656a3c44eeb180
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/connman.spec
src/service.c