mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-16 14:35:34 +08:00
Set default count for lnstat
This commit is contained in:
parent
e460f82efb
commit
49843e291d
@ -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
|
||||
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user