Skip to content

Commit 1152c8f

Browse files
committed
fix(TCPServer): initialize factory stopped flag #4892
1 parent 1cd8219 commit 1152c8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Net/src/TCPServerConnectionFactory.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ namespace Poco {
1919
namespace Net {
2020

2121

22-
TCPServerConnectionFactory::TCPServerConnectionFactory()
22+
TCPServerConnectionFactory::TCPServerConnectionFactory():
23+
_stopped(false)
2324
{
2425
}
2526

0 commit comments

Comments
 (0)