Skip to content

Commit

Permalink
Redirect HTTP response to /dev/null by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Dec 22, 2016
1 parent abc5276 commit 5658f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/saml_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ probe_shibboleth_sso_endpoint () {
# default curl options
curl_opts="--silent --show-error"
curl_opts="$curl_opts --insecure --tlsv1"
curl_opts="$curl_opts --output /dev/null"

local opt
local OPTARG
Expand Down

0 comments on commit 5658f4e

Please sign in to comment.