Pass the size of the vatiable instead of a pointer to it

RIL_onRequestComplete(t, RIL_E_SUCCESS, &session_id,
sizeof(&session_id)) passes size of a pointer to session_id
instead of size of session_id.

Bug: 112142343
Test: make -j50
Signed-off-by: Roman Kiryanov <rkir@google.com>
Merged-In: I36db293b793ac569631e2407483326a5a004ebe0
(cherry picked from commit 6e604f70bc56b328f0c4af2fc5a1578938f4d1e5)
1 file changed