Skip to content

Commit

Permalink
Declare debug_level to 0 in ossec-agentd for NIX
Browse files Browse the repository at this point in the history
  • Loading branch information
awiddersheim committed Jan 29, 2014
1 parent c4ba751 commit 7f7ffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client-agent/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int argc, char **argv)
{
int c = 0;
int test_config = 0;
int debug_level;
int debug_level = 0;

char *dir = DEFAULTDIR;
char *user = USER;
Expand Down

0 comments on commit 7f7ffa2

Please sign in to comment.