]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Merge pull request #8623 from jonathaneen/accept_combination_delete_replace_for_rrset
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 17 Aug 2020 09:58:47 +0000 (11:58 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Aug 2020 09:58:47 +0000 (11:58 +0200)
Make a combination of delete and replace for rrset possible

1  2 
pdns/ws-auth.cc
pdns/ws-auth.hh
regression-tests.api/test_Zones.py

diff --cc pdns/ws-auth.cc
Simple merge
diff --cc pdns/ws-auth.hh
index 79f8f2f6b6fd38af83a687ced2ff21aa43b2a710,a8ffe17adc071ace437e044e779a243e64019cba..2cd127345fadae064a349f2585dc6c61669f5c70
   * along with this program; if not, write to the Free Software
   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
   */
 -#ifndef WS_HH
 -#define WS_HH
 +#pragma once
  #include <string>
+ #include <tuple>
  #include <map>
  #include <time.h>
  #include <pthread.h>
Simple merge