Skip to content

Commit

Permalink
Set interface option to NULL by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Jun 14, 2024
1 parent f480f06 commit a53e01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FILE *file;
void setcfgdefaults(struct config *cfg)
{
cfg->updatetime = 0;
cfg->interface = "eth0";
cfg->interface = NULL;
cfg->nostats = 0;
cfg->stdout_update_time = 1000;

Expand Down

0 comments on commit a53e01d

Please sign in to comment.