[Openvas-devel] "Cannot compile regex" while starting openvassd

Jan-Christopher Brand jan-christopher.brand at hs-owl.de
Thu Mar 1 11:48:05 CET 2012


> There a no "uselsess" patches ;-)
> Even coarse patches for some analysis are helpful when posted here. People can play with it and share knowledge.
> The question whether/when it goes to trunk is another question.

> So, please send you patch(es) :-)

It's just a
printf("\n%d - %s\n",total,name);
in line 217 in pluginload.c in the function plugins_reload_from_dir()

So the code in this area is:

  while (f != NULL)
    {
      name = f->data;
      pl_class_t *cl_ptr = plugin_classes;

      n++;
      total++;

	printf("\n%d - %s\n",total,name);

      if (n > 50 && be_quiet == 0)


It seems that the messages aren't posted in the mailing list anymore?!


More information about the Openvas-devel mailing list