Skip to content

Commit

Permalink
use socket name from clamd.conf.sample
Browse files Browse the repository at this point in the history
fixes #1
  • Loading branch information
Andreas Weigel committed Mar 3, 2023
1 parent d472355 commit 786920d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecap_adapter_av.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Example config for Securepoint eCAP antivirus adapter
# ---------------------------------------------------------------
# path to the unix socket the daemon is listening on
avdsocket = /tmp/clamd.sock
avdsocket = /tmp/clamd.socket

# skip scanning of bodies larger than 'maxscansize', set to 0 to always scan
# the whole body
Expand Down

0 comments on commit 786920d

Please sign in to comment.