Skip to content

Commit

Permalink
ignore: for test
Browse files Browse the repository at this point in the history
  • Loading branch information
serenitylc committed Sep 19, 2023
2 parents 6a5b0b2 + 3a07d80 commit ea90780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app-layer-mssqldb.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@

/* The default port to probe for echo traffic if not provided in the
* configuration file. */
#define MSSQLDB_DEFAULT_PORT "7"
#define MSSQLDB_DEFAULT_PORT "1433"

/* The minimum size for a message. For some protocols this might
* be the size of a header. */
#define MSSQLDB_MIN_FRAME_LEN 1
#define MSSQLDB_MIN_FRAME_LEN 8

/* Enum of app-layer events for the protocol. Normally you might
* have events for errors in parsing data, like unexpected data being
Expand Down Expand Up @@ -548,7 +548,7 @@ void RegisterMssqlDBParsers(void)
#endif

void MssqlDBParserRegisterTests(void)
{
{xx
#ifdef UNITTESTS
#endif
}

0 comments on commit ea90780

Please sign in to comment.