MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / initMessage

Method initMessage

pager_lib/smb/smb_structs.py:972–974  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

970 self.last_modified_time = last_modified_time
971
972 def initMessage(self, message):
973 Payload.initMessage(self, message)
974 message.command = SMB_COM_CLOSE
975
976 def prepare(self, message):
977 message.parameters_data = struct.pack(self.PAYLOAD_STRUCT_FORMAT, self.fid, self.last_modified_time)

Callers

nothing calls this directly

Calls 1

initMessageMethod · 0.45

Tested by

no test coverage detected