blob: d1d3ec4f6d9f07cd026969d183d031d775732982 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- nessusd/pluginscheduler.c.orig Sat Jan 18 16:17:57 2003
+++ nessusd/pluginscheduler.c Mon Jan 20 13:04:20 2003
@@ -366,7 +366,7 @@
case NULL :
plugin_set_running_state(l->plugin->value, PLUGIN_STATUS_RUNNING);
return l->plugin;
- case PLUG_RUNNING:
+ case (int) PLUG_RUNNING:
/* One of the dependencie is still running */
flag ++;
break;
|