Skip to content

Commit

Permalink
debug clamd
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bayr committed Nov 5, 2024
1 parent 28380bd commit 3d2acf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sddi-urban/clamav/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ def instream(self, buff):
self.clamd_socket.send(struct.pack(b'!L', 0))

print('XXXXXXXXXXX 4')
f = open('/srv/app/data/MB_clamav_instream_01', 'w')
f.writelines("MB_clamav_instream_06\n")
f.close()

result = self._recv_response()

Expand Down

0 comments on commit 3d2acf4

Please sign in to comment.