mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-21 02:53:15 +08:00
FIX: fix shard_ptr is null
Change-Id: I0187cf64ffbb08a2265a11900b5c865e9ac9678f
This commit is contained in:
parent
4170639bc9
commit
1ac8c3ef19
@ -313,7 +313,7 @@ class MachineObject
|
|||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
NetworkAgent * m_agent{nullptr};
|
NetworkAgent * m_agent{nullptr};
|
||||||
std::shared_ptr<int> m_token = std::shared_ptr<int>(0);
|
std::shared_ptr<int> m_token = std::make_shared<int>(1);
|
||||||
|
|
||||||
bool check_valid_ip();
|
bool check_valid_ip();
|
||||||
void _parse_print_option_ack(int option);
|
void _parse_print_option_ack(int option);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user