Navigation


Changeset 695:712a0bb8d3bf in freeDiameter for libfdcore/extensions.c


Ignore:
Timestamp:
Jan 21, 2011, 4:18:39 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Add ability to skip dlclose() calls since it creates problems on FreeBSD8.1 64bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/extensions.c

    r662 r695  
    172172                }
    173173               
     174#ifndef SKIP_DLCLOSE
    174175                /* Now unload the extension */
    175176                if (ext->handler) {
     
    179180                        }
    180181                }
     182#endif /* SKIP_DLCLOSE */
    181183               
    182184                /* Free the object and continue */
Note: See TracChangeset for help on using the changeset viewer.