Conns aren't being saved
This commit is contained in:
parent
24299f7b23
commit
9293435b2e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func (m Manager) Serve() error {
|
||||||
return nil
|
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)
|
i2paddr, err := sam3.NewI2PAddrFromString(addr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue