Fix comment. This was related to netlink_sock not packer_sock

This commit is contained in:
Gustavo Moreira
2021-12-14 17:25:58 +11:00
parent 34176a8066
commit a1ff8d7809
@@ -766,7 +766,6 @@ class packet_sock(objects.StructType):
@property
def state(self):
# Packet socket types are either SOCK_RAW or SOCK_DGRAM.
# NOTE: We are overriding netlink_sock.state here
return "UNCONNECTED"