Changeset 241 in code for trunk/user.go


Ignore:
Timestamp:
Apr 7, 2020, 12:42:13 PM (5 years ago)
Author:
contact
Message:

Remove Ring.Close

This is unused.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user.go

    r237 r241  
    364364
    365365                net.Stop()
    366                 net.ring.Close()
    367366                u.networks = append(u.networks[:i], u.networks[i+1:]...)
    368367                return nil
Note: See TracChangeset for help on using the changeset viewer.