Skip to content

Commit 5b7341f

Browse files
author
wangguangshuo
committed
fix
1 parent 71050bb commit 5b7341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/rpc_host_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class TProtocol;
7373
} else { \
7474
_target.reserve(_obj.field.size()); \
7575
for (const auto &addr : _obj.field) { \
76-
_target.emplace_back(host_port::from_address(addr)); \
76+
_target.emplace_back(dsn::host_port::from_address(addr)); \
7777
} \
7878
} \
7979
} while (0)

0 commit comments

Comments
 (0)