mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
Fixed compile on Windows.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5893 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8dd38be88b
commit
80dfa620b2
1 changed files with 3 additions and 6 deletions
|
@ -311,7 +311,6 @@ void pqipersongrp::statusChanged()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifdef PGRP_DEBUG
|
#ifdef PGRP_DEBUG
|
||||||
std::cerr << "pqipersongrp::statusChanged() There are ";
|
std::cerr << "pqipersongrp::statusChanged() There are ";
|
||||||
std::cerr << connect_count << " connection attempts and " << waitingIds.size();
|
std::cerr << connect_count << " connection attempts and " << waitingIds.size();
|
||||||
|
@ -320,7 +319,6 @@ void pqipersongrp::statusChanged()
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
RsStackMutex stack(coreMtx); /**************** LOCKED MUTEX ****************/
|
|
||||||
/* start some waiting id's */
|
/* start some waiting id's */
|
||||||
for (int i = connect_count; i < MAX_CONNECT_COUNT; i++)
|
for (int i = connect_count; i < MAX_CONNECT_COUNT; i++)
|
||||||
{
|
{
|
||||||
|
@ -344,7 +342,6 @@ void pqipersongrp::statusChanged()
|
||||||
{
|
{
|
||||||
connectPeer(*cit, true);
|
connectPeer(*cit, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue