Re: nessus-core/nessusd nasl_plugins.c, 1.72.2.2, 1.72.2.3 nes_plugins.c, 1.68.2.1, 1.68.2.2

Jan-Oliver Wagner <[email protected]> Thu, 18 Aug 2005 17:35:20 +0200
Newsgroups gmane.comp.security.nessus.devel
Message-ID <[email protected]>
Hi,

this commit to NESSUS_2_2 did not occur for HEAD.

Is there a special reason or just slipped through?

Best

	Jan

On Tue, Jul 05, 2005 at 11:15:17AM -0400, [email protected] wrote:
> Update of /usr/local/cvs/nessus-core/nessusd
> In directory raccoon.nessus.org:/tmp/cvs-serv15617
> 
> Modified Files:
>       Tag: NESSUS_2_2
> 	nasl_plugins.c nes_plugins.c 
> Log Message:
> new store_*() behavior
> 
> Index: nasl_plugins.c
> ===================================================================
> RCS file: /usr/local/cvs/nessus-core/nessusd/nasl_plugins.c,v
> retrieving revision 1.72.2.2
> retrieving revision 1.72.2.3
> diff -u -d -r1.72.2.2 -r1.72.2.3
> --- nasl_plugins.c	21 Jan 2005 14:25:08 -0000	1.72.2.2
> +++ nasl_plugins.c	5 Jul 2005 15:15:14 -0000	1.72.2.3
> @@ -82,7 +82,11 @@
>    }
>   plug_set_path(plugin_args, fullname);
>   if(plug_get_id(plugin_args) > 0)
> - 	plugin_args = store_plugin(plugin_args, name);
> +	{
> + 	 store_plugin(plugin_args, name);
> + 	 plugin_args = store_load_plugin(folder, name, preferences);
> + 	}
> +	 
>   }
>   
>   if(plug_get_id(plugin_args) == 0)
> 
> Index: nes_plugins.c
> ===================================================================
> RCS file: /usr/local/cvs/nessus-core/nessusd/nes_plugins.c,v
> retrieving revision 1.68.2.1
> retrieving revision 1.68.2.2
> diff -u -d -r1.68.2.1 -r1.68.2.2
> --- nes_plugins.c	19 Jan 2005 21:24:15 -0000	1.68.2.1
> +++ nes_plugins.c	5 Jul 2005 15:15:15 -0000	1.68.2.2
> @@ -164,7 +164,8 @@
>  	if(e >= 0)
>  	{  
>  	 plug_set_path(args, fullname);
> -	 args =  store_plugin(args, name); 
> +	 store_plugin(args, name); 
> + 	 args = store_load_plugin(folder, name, preferences);
>  	}
>  	else
>  	{
> 
> _______________________________________________
> Nessus-cvs mailing list
> [email protected]
> http://mail.nessus.org/mailman/listinfo/nessus-cvs

-- 
Jan-Oliver Wagner               http://intevation.de/~jan/
Intevation GmbH                      http://intevation.de/
Kolab Konsortium               http://kolab-konsortium.de/
FreeGIS                                http://freegis.org/
_______________________________________________
Nessus-devel mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus-devel