Signed-off-by: Miroslav Lichvar <mlich...@redhat.com> --- port.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/port.c b/port.c index 07ad3f0..d051403 100644 --- a/port.c +++ b/port.c @@ -3036,14 +3036,14 @@ struct port *port_open(int phc_index, p->versionNumber = PTP_VERSION; if (number && unicast_client_claim_table(p)) { - goto err_port; + goto err_transport; } if (unicast_client_enabled(p) && config_set_section_int(cfg, p->name, "hybrid_e2e", 1)) { - goto err_port; + goto err_transport; } if (number && unicast_service_initialize(p)) { - goto err_port; + goto err_transport; } p->hybrid_e2e = config_get_int(cfg, p->name, "hybrid_e2e"); -- 2.21.0 _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel