Skip to content

Commit 8af827f

Browse files
authored
Fix another mispelling (should be p_sess not p_rpc_req as the sequence number is attached to the session and not the actual rpc request)
1 parent 1694d37 commit 8af827f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/pf_cmrpc_epm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ static int pf_cmrdr_inquiry_read_all_reg_ind (
269269
{
270270
int ret = -1;
271271

272-
switch (p_rpc_req->epm_sequence_nmb)
272+
switch (p_sess->epm_sequence_nmb)
273273
{
274274
case 0:
275275
{

0 commit comments

Comments
 (0)