24.02.2020 08:52, Alex Peshkoff via Firebird-devel wrote:
That makes it possible to register builtin (or virtual like you called them) plugins with special "builtin" module which is never unloaded.

  Yes, but only until any real plugin is loaded:

                if (module->findSymbol(stArray, 
STRINGIZE(FB_PLUGIN_ENTRY_POINT), startModule))
                {
                        current = rc;
                        startModule(masterInterface);
                        current = NULL;
                        return rc;
                }

  Shouldn't "current" here to be returned to previous value instead?


--
  WBR, SD.


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to