mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
fix typo
This commit is contained in:
@@ -748,7 +748,8 @@ class netlink_sock(objects.StructType):
|
||||
def state(self):
|
||||
# Netlink is a datagram-oriented service. We can only have
|
||||
# SOCK_RAW or SOCK_DGRAM socket types.
|
||||
# NOTE: We are overridden the netlink_sock.state member here
|
||||
# NOTE: We are overriding the netlink_sock.state member here
|
||||
|
||||
return "UNCONNECTED"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user