mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
fix typo
This commit is contained in:
parent
f88527dbd7
commit
ba23b9ad51
@ -265,7 +265,7 @@ void rsAutoProxyMonitor::taskDone(taskTicket *t, autoProxyStatus::autoProxyStatu
|
|||||||
// we must take care of deleting
|
// we must take care of deleting
|
||||||
cleanUp = true;
|
cleanUp = true;
|
||||||
if(t->data)
|
if(t->data)
|
||||||
RS_ERR("sync call with data attached but no callback set!");
|
RS_ERR("async call with data attached but no callback set!");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cleanUp) {
|
if (cleanUp) {
|
||||||
|
Loading…
Reference in New Issue
Block a user