Skip to content

Commit 78a0cba

Browse files
authored
Update AsyncTCP.cpp
1 parent c16449b commit 78a0cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncTCP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ void AsyncServer::end(){
12531253
tcp_arg(_pcb, NULL);
12541254
tcp_accept(_pcb, NULL);
12551255
if(tcp_close(_pcb) != ERR_OK){
1256-
_tcp_abort(_pcb, NULL);
1256+
_tcp_abort(_pcb);
12571257
}
12581258
_pcb = NULL;
12591259
}

0 commit comments

Comments
 (0)