Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 committed May 16, 2024
1 parent 0e6a1f0 commit a9aaf86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ void log_cb(DDWAF_LOG_LEVEL level, const char *function, const char *file, unsig

int main(int argc, char *argv[])
{

ddwaf_set_log_cb(log_cb, DDWAF_LOG_OFF);

std::vector<std::string> args(argv, argv + argc);
Expand Down

0 comments on commit a9aaf86

Please sign in to comment.