Browse Source

Replaced unsetting of vars with empty values

pull/411/head
hyper 9 years ago
committed by sjau
parent
commit
d9727fecf7
  1. 4
      dnsapi/dns_ispconfig.sh

4
dnsapi/dns_ispconfig.sh

@ -80,8 +80,8 @@ _ISPC_getZoneInfo() {
'' | *[!0-9]*) _err "Client ID is not numeric." ;; '' | *[!0-9]*) _err "Client ID is not numeric." ;;
*) _info "Successfully retrieved Client ID" ;; *) _info "Successfully retrieved Client ID" ;;
esac esac
unset zoneFound
unset zoneEnd
zoneFound=""
zoneEnd=""
fi fi
} }

Loading…
Cancel
Save