Skip to content

Commit 40a47ac

Browse files
committed
Fix ci
1 parent cc647bb commit 40a47ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/ftp_server

tests/issue208/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void start_exprie_timer()
3030
timer_cb_t create_timer_cb()
3131
{
3232
return [](io_service& s) {
33-
if (udpHeartTimer->expired(s))
33+
if (udpHeartTimer->expired())
3434
{
3535
printf("udp timer %lld\n", getTimeStamp());
3636
start_exprie_timer();

0 commit comments

Comments
 (0)