mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 13:49:03 +00:00
merge soc07 r5085:5094 - removed a period which could lead to slightly confusing output such as 'Read data files from: ..' when they are read from the current directory; Always print a message when the script database is updated successfully; Added a whole bunch of entries to the CHANGELOG in preparation for the first soc07 release; latest auto-generated files; add a question mark to a textual question
This commit is contained in:
@@ -93,10 +93,7 @@ int script_updatedb() {
|
||||
goto finishup;
|
||||
}
|
||||
|
||||
SCRIPT_ENGINE_DEBUGGING(
|
||||
log_write(LOG_STDOUT, "%s: Rule database successfully updated.\n",
|
||||
SCRIPT_ENGINE);
|
||||
)
|
||||
log_write(LOG_STDOUT, "NSE script database updated successfully.\n");
|
||||
|
||||
finishup:
|
||||
lua_close(l);
|
||||
|
||||
Reference in New Issue
Block a user