Fix ident

This commit is contained in:
Leonid Popov 2017-04-11 18:16:48 +08:00 committed by GitHub
parent b45ccbcfad
commit 4b667c4063

View File

@ -1594,8 +1594,8 @@ _get() {
onlyheader="$2"
t="$3"
if [ -z "$t" ]; then
# Set default timeout
t=$DEFAULT_TIMEOUT
# Set default timeout
t=$DEFAULT_TIMEOUT
fi
_debug url "$url"
_debug "timeout" "$t"