Skip to content
  • Mark Andrews's avatar
    dns_master_indent and dns_master_indentstr must not be global · 9936462f
    Mark Andrews authored and Ondřej Surý's avatar Ondřej Surý committed
    The indentation for dumping the master zone was driven by two
    global variables dns_master_indent and dns_master_indentstr.  In
    threaded mode, this becomes prone to data access races, so this commit
    converts the global variables into a local per-context tuple that
    consist of count and string.
    9936462f