Files
bind9/bin/dnssec
Mark Andrews 6a31216867 silence clang warning by using local variable.
'isc_commandline_index' is a global variable so it can theoretically
change result between if expressions.  Save 'argv[isc_commandline_index]'
to local variable 'arg1' and use 'arg1 == NULL' in if expressions
instead of 'argc < isc_commandline_index + 1'.  This allows clang
to correctly determine what code is reachable.

(cherry picked from commit 1b27ab8642)
2019-10-04 11:38:21 +10:00
..
2019-02-20 19:54:40 -08:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-02-20 19:54:40 -08:00
2019-01-02 11:51:52 +11:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-05-10 05:03:46 +00:00
2018-09-24 15:32:33 -07:00
2019-05-10 05:03:46 +00:00
2019-02-20 19:54:40 -08:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-02-20 19:54:40 -08:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-02-20 19:54:40 -08:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-02-20 19:54:40 -08:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00