app/app.go

This commit is contained in:
erinn 2018-11-26 13:51:48 -08:00
parent e3eddb0d93
commit 30d37da4e9
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ func (app *application) LoadProfiles(password string) error {
}
p.Init(app.acn)
p.Listen()
app.mutex.Lock()
app.peers[p.GetProfile().Onion] = p