Skip to content

Commit 034d649

Browse files
committed
fixup! src: set port in node_options to uint16_t
1 parent 3dafabd commit 034d649

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_options.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class HostPort {
3333
const std::string& host() const { return host_name_; }
3434

3535
uint16_t port() const {
36-
CHECK_GE(port_, 0);
3736
return port_;
3837
}
3938

0 commit comments

Comments
 (0)