Author: chandra
Date: 2008-09-25 10:31:51 +0200 (Thu, 25 Sep 2008)
New Revision: 1426

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/gb_vmware_prdts_detect_win.nasl
   trunk/openvas-plugins/scripts/secpod_smb_func.inc
Log:
Addressed multiple import errors in the dump

Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog     2008-09-25 08:10:31 UTC (rev 1425)
+++ trunk/openvas-plugins/ChangeLog     2008-09-25 08:31:51 UTC (rev 1426)
@@ -1,4 +1,12 @@
 2008-09-25 Chandrashekhar B <[EMAIL PROTECTED]>
+       * scripts/secpod_smb_func.inc:
+         Removed smb_nt.inc to correct multiple import errors
+         in the dump
+
+       * scripts/gb_vmware_prdts_detect_win.nasl:
+         Include smb_nt.inc
+
+2008-09-25 Chandrashekhar B <[EMAIL PROTECTED]>
        * scripts/gb_vmware_prdts_detect_lin.nasl,
          scripts/gb_vmware_prdts_detect_win.nasl,
          scripts/gb_vmware_prdts_mult_vuln_lin.nasl,

Modified: trunk/openvas-plugins/scripts/gb_vmware_prdts_detect_win.nasl
===================================================================
--- trunk/openvas-plugins/scripts/gb_vmware_prdts_detect_win.nasl       
2008-09-25 08:10:31 UTC (rev 1425)
+++ trunk/openvas-plugins/scripts/gb_vmware_prdts_detect_win.nasl       
2008-09-25 08:31:51 UTC (rev 1426)
@@ -47,6 +47,7 @@
 
 
 include("secpod_smb_func.inc");
+include("smb_nt.inc");
 
 if(!get_kb_item("SMB/WindowsVersion")){ #Ensure it is Windows
   exit(0);

Modified: trunk/openvas-plugins/scripts/secpod_smb_func.inc
===================================================================
--- trunk/openvas-plugins/scripts/secpod_smb_func.inc   2008-09-25 08:10:31 UTC 
(rev 1425)
+++ trunk/openvas-plugins/scripts/secpod_smb_func.inc   2008-09-25 08:31:51 UTC 
(rev 1426)
@@ -24,10 +24,6 @@
 #  ------------------------------------------------------------------------
 ##############################################################################
 
-
-include("smb_nt.inc");
-
-
 #
 # Get File version or product version reading through a file. An 
 # offset can be sent indicating the start location. By default

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to