Changeset 1338:bdfbd8be70bc


Ignore:
Timestamp:
09/09/09 00:35:59 (2 years ago)
Author:
niam
Branch:
default
Message:

xexec: fixed compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/xexec.cc

    r1311 r1338  
    153153#ifndef DL_FAST 
    154154                if (dlclose(current->handle) != 0) 
    155                         throw exception::basic(exception::MODULE_XEXEC, XEXECEX_REMOVE, exception::ERRNO_DYNLOAD, 0, dlerror(), __LINE__, __FILE__); 
     155                        throw exception::basic(exception::MODULE_XEXEC, XEXECEX_REMOVEXEXEC, exception::ERRNO_DYNLOAD, 0, dlerror(), __LINE__, __FILE__); 
    156156#endif 
    157157        } 
Note: See TracChangeset for help on using the changeset viewer.