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

remove _all_ mktemp

parent cdec38ba
...@@ -27,7 +27,6 @@ dns_do_add() { ...@@ -27,7 +27,6 @@ dns_do_add() {
#fulldomain #fulldomain
dns_do_rm() { dns_do_rm() {
fulldomain=$1 fulldomain=$1
_cookiejar="$(_mktemp)"
if _dns_do_authenticate; then if _dns_do_authenticate; then
if _dns_do_list_rrs; then if _dns_do_list_rrs; then
_dns_do_had_error=0 _dns_do_had_error=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