smb: Drop AUTH_LOG

This is never used and probably should've been removed
with 143eee5d8d
This commit is contained in:
Arne Welzel 2022-11-23 18:02:25 +01:00
parent 0a760c50b7
commit b04f378f0f

View file

@ -6,7 +6,6 @@ module SMB;
export {
redef enum Log::ID += {
AUTH_LOG,
MAPPING_LOG,
FILES_LOG
};