aboutsummaryrefslogtreecommitdiffstats
path: root/teamd/teamd_per_port.c
diff options
context:
space:
mode:
Diffstat (limited to 'teamd/teamd_per_port.c')
-rw-r--r--teamd/teamd_per_port.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/teamd/teamd_per_port.c b/teamd/teamd_per_port.c
index d429753..9689df4 100644
--- a/teamd/teamd_per_port.c
+++ b/teamd/teamd_per_port.c
@@ -217,7 +217,6 @@ static void port_obj_remove(struct teamd_context *ctx,
struct teamd_port *tdport = _port(port_obj);
teamd_event_port_removed(ctx, tdport);
- teamd_port_remove(ctx, tdport);
port_obj_destroy(ctx, port_obj);
port_obj_free(port_obj);
}