thread/Thread: throw std::system_error on error
This commit is contained in:
@@ -83,10 +83,11 @@ private:
|
||||
};
|
||||
|
||||
bool
|
||||
SmbclientNeighborExplorer::Open(Error &error)
|
||||
SmbclientNeighborExplorer::Open(gcc_unused Error &error)
|
||||
{
|
||||
quit = false;
|
||||
return thread.Start(ThreadFunc, this, error);
|
||||
thread.Start(ThreadFunc, this);
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user