diff --git a/sshuttle/server.py b/sshuttle/server.py index a9c1422..cd0c92a 100644 --- a/sshuttle/server.py +++ b/sshuttle/server.py @@ -34,7 +34,6 @@ def _ipmatch(ipstr): elif g[3] is None: ips += '.0' width = min(width, 24) - ips = ips return (struct.unpack('!I', socket.inet_aton(ips))[0], width)