Commit 0426fd59 authored by Aurelio Colosimo's avatar Aurelio Colosimo

fix msg_issue_pdelay_resp call (there was a wrong pointer)

parent 33821404
......@@ -287,7 +287,7 @@ int st_com_handle_pdelay_req(struct pp_instance *ppi, unsigned char *buf,
} else {
msg_copy_header(&ppi->pdelay_req_hdr, hdr);
return msg_issue_pdelay_resp(ppi, &time, hdr);
return msg_issue_pdelay_resp(ppi, time, hdr);
}
return 0;
}
......
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