randpkt: restore produce_filename in random generation.

Bug: 15627
Change-Id: Iac267a679ca3f935f0e165880bb3127a8715b81c
Reviewed-on: https://code.wireshark.org/review/32503
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2019-03-21 18:25:50 +01:00 committed by Anders Broman
parent d98d221865
commit 64e02c943a
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ main(int argc, char *argv[])
goto clean_exit;
}
example->dump = savedump;
example->filename = produce_filename;
}
}
if (!randpkt_example_close(example)) {