mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
@@ -748,7 +748,8 @@ namespace client
|
|||||||
|
|
||||||
void AddressBookSubscription::CheckUpdates ()
|
void AddressBookSubscription::CheckUpdates ()
|
||||||
{
|
{
|
||||||
pthread_setname_np(pthread_self(), "Addressbook");
|
i2p::util::SetThreadName("Addressbook");
|
||||||
|
|
||||||
bool result = MakeRequest ();
|
bool result = MakeRequest ();
|
||||||
m_Book.DownloadComplete (result, m_Ident, m_Etag, m_LastModified);
|
m_Book.DownloadComplete (result, m_Ident, m_Etag, m_LastModified);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user