Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jul 23, 2013
1 parent a4e6e94 commit 1801d79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/radsniff.c
Expand Up @@ -625,6 +625,7 @@ int main(int argc, char *argv[])
in_head = &(*in_head)->next;
}
conf->from_auto = true;
conf->from_dev = true;
INFO("Defaulting to capture on all interfaces");
}

Expand Down Expand Up @@ -667,7 +668,7 @@ int main(int argc, char *argv[])
goto finish;
}

DEBUG("Couldn't open handle: %s", fr_strerror());
DEBUG("Failed opening pcap handle: %s", fr_strerror());


/* Unlink it from the list */
Expand Down

0 comments on commit 1801d79

Please sign in to comment.