Skip to content
  • Michał Kępień's avatar
    add a function for processing a list of configured plugins · 42349687
    Michał Kępień authored and Evan Hunt's avatar Evan Hunt committed
    Add a new libisccfg function, cfg_pluginlist_foreach(), which allows an
    arbitrary callback to be invoked for every "plugin" stanza present in a
    configuration object.  Use this function for both loading plugins and
    checking their configuration in order to reduce duplication of
    configuration processing code present in bin/named/server.c and
    lib/bind9/check.c.
    42349687