diff --git a/src/common/lookups/PeerListLookup.cpp b/src/common/lookups/PeerListLookup.cpp index 4112de37..f64d131c 100644 --- a/src/common/lookups/PeerListLookup.cpp +++ b/src/common/lookups/PeerListLookup.cpp @@ -272,8 +272,8 @@ bool PeerListLookup::save() // Add the password if we have one if (password.length() > 0) { line += password; - line += ","; } + line += ","; // Add peerLink flag bool peerLink = entry.second.peerLink(); if (peerLink) {