We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0624fe8 commit 02cbf0fCopy full SHA for 02cbf0f
ydb/library/yql/udfs/common/ip_base/lib/ip_base_udf.h
@@ -197,8 +197,8 @@ namespace {
197
return range;
198
}
199
200
- TMaybe<TString> SerializeAddress(const TIpv6Address& addr) {
201
- Y_ENSURE(addr.Type() == TIpv6Address::Ipv4 || addr.Type() == TIpv6Address::Ipv6);
+ TString SerializeAddress(const TIpv6Address& addr) {
+ Y_ENSURE(addr.Type() == TIpv6Address::Ipv4 || addr.Type() == TIpv6Address::Ipv6);
202
TString res;
203
if (addr.Type() == TIpv6Address::Ipv4) {
204
auto addr4 = TRawIp4::FromIpAddress(addr);
0 commit comments