Fix the condition for checking dbus data type of uid 77/271577/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 23 Feb 2022 05:45:59 +0000 (14:45 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 23 Feb 2022 05:46:01 +0000 (14:46 +0900)
commit40cf20fee7508b65b20c03ab584b76d238a1b032
tree6054989250cd7cd7b8536da7453127383fca99f2
parent2eac2adf608b2c166fb464657c9b6d0de32df83d
Fix the condition for checking dbus data type of uid

Type of uid is unsigned integer, but current code checks whether the uid type is signed integer.
By this behavior, the result from server is not received.

This patch changes the condition for checking dbus data type of uid from int32 to uint32.
By this change, the result is properly delivered to client application by the callback.

Change-Id: I0b0e75fcc5f4903dd5085fa208b21b0e5e30f530
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/stt_dbus.c