client/player: Fix attempting to acquire already acquired transport
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 28 Sep 2022 20:54:47 +0000 (13:54 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:55 +0000 (14:55 +0530)
commitf8e5c7226efe94f34a51f786d1fd34fba3bcd3ad
tree84e595cc43b272a801a3cee34154049ac475bfbb
parenta9f71fc390b586cfd51d61077cc7be247a4084ca
client/player: Fix attempting to acquire already acquired transport

If the transport has links check if the link is acquiring before
attempting to call Acquire otherwise it may cause an error to be
printed.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
client/player.c