aboutgitcodebugslistschat
path: root/flow.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2024-08-14 14:30:35 +1000
committerStefano Brivio <sbrivio@redhat.com>2024-08-14 09:14:12 +0200
commitbaba2849126500eca86a1c93c4f04940e5af1b62 (patch)
tree08c82e6c158c63735eebf234e0be0b68c26cfd83 /flow.c
parentc16141eda5e8473a11ffbca82e1d6142d463300c (diff)
downloadpasst-baba2849126500eca86a1c93c4f04940e5af1b62.tar
passt-baba2849126500eca86a1c93c4f04940e5af1b62.tar.gz
passt-baba2849126500eca86a1c93c4f04940e5af1b62.tar.bz2
passt-baba2849126500eca86a1c93c4f04940e5af1b62.tar.lz
passt-baba2849126500eca86a1c93c4f04940e5af1b62.tar.xz
passt-baba2849126500eca86a1c93c4f04940e5af1b62.tar.zst
passt-baba2849126500eca86a1c93c4f04940e5af1b62.zip
conf: Don't ignore -t and -u options after -D
f6d5a5239264 moved handling of -D into a later loop. However as a side effect it moved this from a switch block to an if block. I left a couple of 'break' statements that don't make sense in the new context. They should be 'continue' so that we go onto the next option, rather than leaving the loop entirely. Fixes: f6d5a5239264 ("conf: Delay handling -D option until after addresses are configured") Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'flow.c')
0 files changed, 0 insertions, 0 deletions