Conns aren't being saved

This commit is contained in:
idk 2018-12-26 13:41:13 -05:00
parent 24299f7b23
commit 9293435b2e
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1

View file

@ -43,7 +43,7 @@ func (m Manager) Serve() error {
return nil
}
func (m Manager) DialI2P(ctx context.Context, addr string) (*sam3.SAMConn, error) {
func (m *Manager) DialI2P(ctx context.Context, addr string) (*sam3.SAMConn, error) {
i2paddr, err := sam3.NewI2PAddrFromString(addr)
if err != nil {
return nil, err