mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
preen
This commit is contained in:
@@ -175,8 +175,8 @@ void MDNSComponent::compile_records_(StaticVector<MDNSService, MDNS_SERVICE_COUN
|
||||
#endif
|
||||
|
||||
#ifdef USE_MDNS_STORE_SERVICES
|
||||
// Copy to member variable if storage is enabled (verbose logging, OpenThread, or extra services)
|
||||
this->services_ = services;
|
||||
// Move to member variable if storage is enabled (verbose logging, OpenThread, or extra services)
|
||||
this->services_ = std::move(services);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user