Skip to content

Commit

Permalink
clang fixes
Browse files Browse the repository at this point in the history
Signed-off-by: jason taylor <[email protected]>
  • Loading branch information
jmtaylor90 committed Aug 25, 2023
1 parent c3e7a86 commit fdab7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/detect-engine-register.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ enum DetectKeywordId {
DETECT_SMB_NTLMSSP_USER,
DETECT_SMB_NTLMSSP_DOMAIN,
DETECT_SMB_VERSION,

DETECT_ASN1,

DETECT_ENGINE_EVENT,
Expand Down
2 changes: 1 addition & 1 deletion src/detect-smb-version.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "detect-engine-prefilter.h"
#include "detect-engine-content-inspection.h"

#include "detect-smb-ntlmssp.h"
#include "detect-smb-version.h"
#include "rust.h"

#define BUFFER_NAME "smb_ntlmssp_user"
Expand Down

0 comments on commit fdab7b9

Please sign in to comment.