Skip to content

Commit b2b4733

Browse files
committed
Mipv6: fix misleading indentation
1 parent 9a1313b commit b2b4733

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/inet/networklayer/mipv6/Mipv6.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2837,7 +2837,8 @@ void Mipv6::cancelEntries(int interfaceId, Ipv6Address& CoA)
28372837
// destroy tunnel (if we have a BU entry here)
28382838
if ((*oldIt).first.type == KEY_BU)
28392839
destroyTunnelForEntryAndTrigger(CoA, (*oldIt).first.dest);
2840-
removeRouteOptimizationForTrigger((*oldIt).first.dest);
2840+
2841+
removeRouteOptimizationForTrigger((*oldIt).first.dest);
28412842

28422843
// then cancel the pending event
28432844
cancelTimerIfEntry((*oldIt).first.dest, (*oldIt).first.interfaceID, (*oldIt).first.type);

0 commit comments

Comments
 (0)