Skip to content

Commit 6f4f604

Browse files
committed
Remove double DEL_PEER.
Fixes issue #269 Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
1 parent 194d827 commit 6f4f604

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dtls.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4514,8 +4514,6 @@ handle_alert(dtls_context_t *ctx, dtls_peer_t *peer,
45144514
else
45154515
dtls_alert("%d invalidate peer\n", data[1]);
45164516

4517-
DEL_PEER(ctx->peers, peer);
4518-
45194517
#ifdef WITH_CONTIKI
45204518
#ifndef NDEBUG
45214519
PRINTF("removed peer [");

0 commit comments

Comments
 (0)