Skip to content

Commit

Permalink
fixup! src: set port in node_options to uint16_t
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Aug 14, 2023
1 parent 3dafabd commit 034d649
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class HostPort {
const std::string& host() const { return host_name_; }

uint16_t port() const {
CHECK_GE(port_, 0);
return port_;
}

Expand Down

0 comments on commit 034d649

Please # to comment.