]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-transaction.c
systemd-resolved: split out inner loop
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Feb 2016 02:37:11 +0000 (21:37 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 Feb 2016 00:55:51 +0000 (19:55 -0500)
commitc690b20a8593fa00c09d6120565a1e79fc9cb362
treea5cc0a2c0a0b4253b4c56540c259e59a5dbac3ef
parentdab48ea63a461e2fe2bd491ba28570424bcaf362
systemd-resolved: split out inner loop

With two nested loops and a switch statements, it's quite hard to
understand what break and continue mean.
src/resolve/resolved-dns-transaction.c