[Openvas-commits] r5493 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 12 13:14:05 CEST 2009
Author: mime
Date: 2009-10-12 13:14:02 +0200 (Mon, 12 Oct 2009)
New Revision: 5493
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/smb_explorer_version.nasl
Log:
Added missing include
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-10-12 10:43:06 UTC (rev 5492)
+++ trunk/openvas-plugins/ChangeLog 2009-10-12 11:14:02 UTC (rev 5493)
@@ -1,3 +1,8 @@
+2009-10-12 Michael Meyer <michael.meyer at intevation.de>
+
+ * scripts/smb_explorer_version.nasl:
+ Added missing include.
+
2009-10-12 Felix Wolfsteller <felix.wolfsteller at intevation.de>
* scripts/gather-package-list.nasl: Raised version number, added
Modified: trunk/openvas-plugins/scripts/smb_explorer_version.nasl
===================================================================
--- trunk/openvas-plugins/scripts/smb_explorer_version.nasl 2009-10-12 10:43:06 UTC (rev 5492)
+++ trunk/openvas-plugins/scripts/smb_explorer_version.nasl 2009-10-12 11:14:02 UTC (rev 5493)
@@ -98,6 +98,8 @@
# Main code #
#==================================================================#
+include("smb_nt.inc");
+
warning = 0;
access = get_kb_item("SMB/registry_full_access");
More information about the Openvas-commits
mailing list