Skip to content

Commit 1694d37

Browse files
authored
Fix mispelling of epm
1 parent edfcf02 commit 1694d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/pf_cmrpc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4660,7 +4660,7 @@ static int pf_cmrpc_dce_packet (
46604660
sizeof (rpc_req.object_uuid)) == 0)
46614661
{
46624662
/* Incoming EPM request will cancel timeout */
4663-
pf_scheduler_remove_if_running(net, &p_sess->emp_timeout);
4663+
pf_scheduler_remove_if_running(net, &p_sess->epm_timeout);
46644664
pf_scheduler_reset_handle(&p_sess->epm_timeout);
46654665

46664666
rpc_res.fragment_nmb = 0;

0 commit comments

Comments
 (0)