Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Fixed copy for serviceList #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/store.cpp
Expand Up @@ -1979,6 +1979,8 @@ shared_ptr<Store> NetworkStore::copy(const std::string &category) {
store->remoteHost = remoteHost;
store->remotePort = remotePort;
store->serviceName = serviceName;
store->serviceList = serviceList;
store->serviceListDefaultPort = serviceListDefaultPort;

return copied;
}
Expand Down