Added missing break; (#2420)

This commit is contained in:
polkhigh33
2021-06-07 10:51:19 +02:00
committed by GitHub
parent 8e19b01618
commit 21f078cd46
@@ -1209,6 +1209,7 @@ class updatedns
}
curl_setopt($ch, CURLOPT_INTERFACE, $ipv4);
// fix end
break;
case 'godaddy':
case 'godaddy-v6':
/* Read https://developer.godaddy.com/ for API documentation */