1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 05:43:12 +02:00

Fixed a module object bug involving static linking

This commit is contained in:
codemastr
2002-01-20 16:04:13 +00:00
parent 0b873a2b6b
commit eca91bee1f
5 changed files with 18 additions and 2 deletions
+4
View File
@@ -68,7 +68,11 @@ static struct SOCKADDR_IN *xScan_endpoint = NULL;
extern void Eadd_scan();
extern struct SOCKADDR_IN Scan_endpoint;
#endif
#ifdef DYNAMIC_LINKING
Module *Mod_Handle = NULL;
#else
#define Mod_Handle NULL
#endif
static Mod_SymbolDepTable modsymdep[] =
{
MOD_Dep(Eadd_scan, xEadd_scan, "src/modules/scan.so"),