Skip to content

Commit e23ee96

Browse files
author
Vadim Averin
committed
Post-merge fixes
1 parent d69f663 commit e23ee96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/library/yql/udfs/common/ip_base/lib/ip_base_udf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ namespace {
196196
return range;
197197
}
198198

199-
TMaybe<TString> SerializeAddress(const TIpv6Address& addr) {
200-
Y_ENSURE(addr.Type() == TIpv6Address::Ipv4 || addr.Type() == TIpv6Address::Ipv6);
199+
TString SerializeAddress(const TIpv6Address& addr) {
200+
Y_ENSURE(addr.Type() == TIpv6Address::Ipv4 || addr.Type() == TIpv6Address::Ipv6);
201201
TString res;
202202
if (addr.Type() == TIpv6Address::Ipv4) {
203203
auto addr4 = TRawIp4::FromIpAddress(addr);

0 commit comments

Comments
 (0)