Skip to content

Commit 32c0256

Browse files
committed
[windows] return rval;
1 parent 04a4dce commit 32c0256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/base/socket.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ ssize_t Poll(struct pollfd* fds, int nfds, int timeout) noexcept {
308308
#else
309309
return poll(fds, nfds, timeout);
310310
#endif
311-
return -1;
311+
return rval;
312312
}
313313

314314
}

0 commit comments

Comments
 (0)