Commit 2b2b65fe authored by seidler2547's avatar seidler2547 Committed by Stefan Seidel
Browse files

Declare and assign separately to avoid masking return values

parent 3d6a125b
...@@ -109,7 +109,8 @@ _dns_do_soap() { ...@@ -109,7 +109,8 @@ _dns_do_soap() {
_debug2 "SOAP response $response" _debug2 "SOAP response $response"
# retrieve cookie header # retrieve cookie header
export _H2="$(_egrep_o 'Cookie: [^;]+' <"$HTTP_HEADER" | _head_n 1)" _H2="$(_egrep_o 'Cookie: [^;]+' <"$HTTP_HEADER" | _head_n 1)"
export _H2
return 0 return 0
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment