diff --git a/src/common/lookups/PeerListLookup.cpp b/src/common/lookups/PeerListLookup.cpp index f4d68b74..fee33719 100644 --- a/src/common/lookups/PeerListLookup.cpp +++ b/src/common/lookups/PeerListLookup.cpp @@ -266,6 +266,12 @@ bool PeerListLookup::save() line += password; line += ","; } + bool peerLink = entry.second.peerLink(); + if (peerLink) { + line += "1,"; + } else { + line += "0,"; + } // Add the newline line += "\n"; // Write to file