Skip to content

Commit 90c8964

Browse files
committed
Merge pull request cpp-netlib#368 from ruslo/nice.misprint
Nice misprint
2 parents f272cb4 + 5df9d29 commit 90c8964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/src/network/protocol/http/client/options.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class client_options_pimpl {
3030
}
3131

3232
void io_service(boost::asio::io_service* io_service) {
33-
io_service_ = io_service_;
33+
io_service_ = io_service;
3434
}
3535

3636
boost::asio::io_service* io_service() const { return io_service_; }

0 commit comments

Comments
 (0)