]> git.ipfire.org Git - thirdparty/bind9.git/commit
use strtok() instead of strtok_r() in command line processing
authorEvan Hunt <each@isc.org>
Sun, 10 Jun 2018 05:29:31 +0000 (22:29 -0700)
committerEvan Hunt <each@isc.org>
Sun, 10 Jun 2018 05:37:05 +0000 (22:37 -0700)
commit48ff5b29beeece521453290b3d62d5f022ea6d14
tree64643c3ebd6897d78dfda40b9ac5a89040b95dff
parent74de81ee4247cb83928e87dd15344dde974eea37
use strtok() instead of strtok_r() in command line processing

(cherry picked from commit 1734f1b3b9a30418d316dcf7b03328e49862daf3)
bin/named/main.c