dect
/
libnl
Archived
13
0
Fork 0

nf-log example: correct copy-range parsing

This commit is contained in:
Коренберг Марк (дома) 2012-09-21 23:10:26 +06:00
parent e1b67fb23f
commit e7ec197da3
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ int main(int argc, char *argv[])
copy_range = 0xFFFF;
if (argc > 4)
copy_mode = atoi(argv[4]);
copy_range = atoi(argv[4]);
nfnl_log_set_copy_range(log, copy_range);
if ((err = nfnl_log_create(nf_sock, log)) < 0)