mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove another metadata diagnostic.
This commit is contained in:
parent
bff7bf50f1
commit
38ddd57eea
1 changed files with 0 additions and 3 deletions
|
|
@ -613,9 +613,6 @@ static int read_metadata_file(const char *metadata_filename, struct metadata *me
|
|||
struct config_entry entry;
|
||||
int ret;
|
||||
|
||||
if (options.verbose)
|
||||
printf("Trying to open metadata file %s.\n", metadata_filename);
|
||||
|
||||
errno = 0;
|
||||
if (config_parser_open(metadata_filename, &cp) == -1) {
|
||||
/* A missing file is not an error for metadata. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue