Fix aul_rpc_port_prepare_stub() function 82/309782/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Apr 2024 01:31:06 +0000 (10:31 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Apr 2024 01:31:06 +0000 (10:31 +0900)
commit6b23673d815299c8faaf975b34b94972498f4644
tree5a744e16376c0f9873b6058d7c57f25d8d7cd1d1
parentb7dca8d5599d1692546c5da07d5223befd756f80
Fix aul_rpc_port_prepare_stub() function

The socket option is changed to AUL_SOCK_BUNDLE from AUL_SOCK_QUEUE.
When amd gets the request, amd will change the socket option to
"AUL_SOCK_QUEUE | AUL_SOCK_BUNDLE".

Change-Id: I93629714285fdd2783c6683c4236d06f1d246314
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/aul/aul_rpc_port.cc