Signed-off-by: Miroslav Lichvar <[email protected]>
---
 pmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pmc.c b/pmc.c
index 077991b..65c789c 100644
--- a/pmc.c
+++ b/pmc.c
@@ -381,7 +381,7 @@ static void pmc_show(struct ptp_message *msg, FILE *fp)
                        IFMT "gmIdentity                 %s",
                        tsn->master_offset,
                        tsn->ingress_time,
-                       1.0 + (tsn->cumulativeScaledRateOffset + 0.0) / P41,
+                       (tsn->cumulativeScaledRateOffset + 0.0) / P41,
                        tsn->scaledLastGmPhaseChange,
                        tsn->gmTimeBaseIndicator,
                        tsn->lastGmPhaseChange.nanoseconds_msb,
-- 
1.8.4.2


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Linuxptp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to