]> git.gsnw.org Git - fping.git/commit
Decouple -a/-u effects from -c
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Wed, 7 Feb 2024 18:36:48 +0000 (19:36 +0100)
committerDavid Schweikert <david@schweikert.ch>
Tue, 20 Feb 2024 08:40:44 +0000 (09:40 +0100)
commit1443614dad51b392741d584bb90fb8e6e97bb26a
treee83b07fbfd403f4edaa93a41f8e8f1d9daff2f2b
parentc122186f70a6892b2902ea499f98e390f241f7f2
Decouple -a/-u effects from -c

As described in issue #295, the option combinations "-c N -u"
and "-c N -a" inadvertently have the same effect as "-c N -q".
Prevent this by first acting on -c, which includes disabling
either -a or -u, if -c is given, before acting on -a/-u.
ci/test-05-options-c-e.pl
src/fping.c