Set default count for lnstat

This commit is contained in:
shemminger 2006-03-10 23:19:03 +00:00
parent e460f82efb
commit 49843e291d
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2006-03-10 shemminger <shemminger@osdl.org>
* Change default lnstat count to 1
* Update to 2.6.16 headers
* Add fake version of include/linux/socket.h to fix warnings

View File

@ -218,7 +218,7 @@ int main(int argc, char **argv)
MODE_NORMAL,
} mode = MODE_NORMAL;
unsigned long count = 0;
unsigned long count = 1;
static struct field_params fp;
int num_req_files = 0;
char *req_files[LNSTAT_MAX_FILES];