Browse Source

remove _all_ mktemp

pull/432/head
seidler2547 8 years ago
committed by Stefan Seidel
parent
commit
e55605dbe9
  1. 1
      dnsapi/dns_do.sh

1
dnsapi/dns_do.sh

@ -27,7 +27,6 @@ dns_do_add() {
#fulldomain
dns_do_rm() {
fulldomain=$1
_cookiejar="$(_mktemp)"
if _dns_do_authenticate; then
if _dns_do_list_rrs; then
_dns_do_had_error=0

Loading…
Cancel
Save