Skip to content

Commit

Permalink
Remove useless assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Apr 24, 2022
1 parent 10341f3 commit 181bf64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sshuttle/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 181bf64

Please sign in to comment.