Commit a082c535 authored by Alessandro Rubini's avatar Alessandro Rubini

bugfix: close socket after calibration

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 512ec393
......@@ -188,6 +188,6 @@ int measure_t24p(int *value)
if (value)
*value = ttrans;
ptpd_netif_close_socket(sock);
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