Commit df376863 authored by Aurelio Colosimo's avatar Aurelio Colosimo

state-slave.c fixed 'time' parameter (wrong pointer)

parent 05e49d81
...@@ -140,9 +140,9 @@ int pp_slave(struct pp_instance *ppi, unsigned char *pkt, int plen) ...@@ -140,9 +140,9 @@ int pp_slave(struct pp_instance *ppi, unsigned char *pkt, int plen)
break; break;
if (ppi->is_from_self) { if (ppi->is_from_self) {
add_TimeInternal(&time, &time, add_TimeInternal(time, time,
&ppi->rt_opts->outbound_latency); &ppi->rt_opts->outbound_latency);
msg_issue_pdelay_resp_follow_up(ppi, &time); msg_issue_pdelay_resp_follow_up(ppi, time);
break; break;
} }
msg_unpack_pdelay_resp(pkt, msg_unpack_pdelay_resp(pkt,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment