dialer stuff
This commit is contained in:
parent
647cd62acc
commit
d1927f5070
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ func (m Manager) DialI2P(ctx context.Context, addr string) (*sam3.SAMConn, error
|
|||
return c.SAMConn, nil
|
||||
}
|
||||
}
|
||||
log.Println("Creating a new connection in connection tree.", datadir)
|
||||
newconn, err := conn.NewConn(m.SAM, addr, m.datadir, m.samopts)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue