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
Change-Id: I36db293b793ac569631e2407483326a5a004ebe0
Signed-off-by: Roman Kiryanov <rkir@google.com>
1 file changed