dtlsconnection: Replace if-else chain with switch
authorJan Alexander Steffens (heftig) <jsteffens@make.tv>
Mon, 5 Nov 2018 11:37:21 +0000 (12:37 +0100)
committerSebastian Dröge <slomo@coaxion.net>
Tue, 6 Nov 2018 16:23:50 +0000 (16:23 +0000)
commit7bb6ce352b8015cd6855ab5dda16e4cba3318a15
tree5931f82b5d4cf988b312e2a3d76e82a13a54db16
parent49cc7b809114dff4ceb108b530d4c4592a1b03b9
dtlsconnection: Replace if-else chain with switch

A more idiomatic construct for testing a bunch of integers.
ext/dtls/gstdtlsconnection.c