]> git.ipfire.org Git - thirdparty/pdns.git/commit
Update pdns/Makefile.am: make curl report error on failure
authorBas van Schaik <sjvs@users.noreply.github.com>
Wed, 16 Mar 2016 10:33:51 +0000 (10:33 +0000)
committerBas van Schaik <sjvs@users.noreply.github.com>
Wed, 16 Mar 2016 10:33:51 +0000 (10:33 +0000)
commit95536d16eb1ec86186fe1a03323aa541423c1391
treeac29780291ed6f74e6cb70273b9b07aa4e5b4a21
parentdab2d1be041bf24608865a35416aab3e3792e8b9
Update pdns/Makefile.am: make curl report error on failure

By default 'curl -s' (for silent) will swallow any errors that occur during the retrieval of the URL. This makes problems rather difficult to debug. The '-S' flag changes this behaviour: "When used with -s it makes curl show an error message if it fails" (from the manpage)
pdns/Makefile.am