X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fplatform%2Fsockets%2Fsocket.h;h=1d54a03ec22098f7c6a31fc9648f99d55b38c7c9;hb=008a816cb7d84e5981daaa6e1b313ce8b5ac722d;hp=388bb2d8a0d2fd13e2500207f13481ce31dfbbf9;hpb=1a47476aaf672a655ad19333e321c5e3b8efb73b;p=deb_libcec.git diff --git a/src/lib/platform/sockets/socket.h b/src/lib/platform/sockets/socket.h index 388bb2d..1d54a03 100644 --- a/src/lib/platform/sockets/socket.h +++ b/src/lib/platform/sockets/socket.h @@ -223,7 +223,7 @@ namespace PLATFORM CLockObject lock(m_mutex); if (m_iUseCount > 0) --m_iUseCount; - m_condition.Broadcast(); + m_condition.Signal(); } _Socket *m_socket;