Changeset 366 in Main for trunk/Server


Ignore:
Timestamp:
Oct 17, 2024, 9:54:56 AM (4 weeks ago)
Author:
Nishi
Message:

update stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/module.c

    r359 r366  
    6161#elif defined(__NETWARE__)
    6262        *hnd = FindNLMHandle(path);
     63        if(*hnd == 0){
     64                free(hnd);
     65                hnd = NULL;
     66        }
    6367        lib = (void*)hnd;
    6468#else
Note: See TracChangeset for help on using the changeset viewer.