Ignore:
Timestamp:
Sep 2, 2016, 11:44:25 AM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba server: remove exceptq handling, as now globaly installed when using libcx. And libcx is mandatory for samba

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/nmbd/nmbd.c

    r952 r978  
    1919   along with this program.  If not, see <http://www.gnu.org/licenses/>.
    2020*/
    21 #ifdef __OS2__
    22 #define INCL_DOSEXCEPTIONS
    23 #define INCL_DOSPROCESS
    24 #define INCL_DOSMODULEMGR
    25 #define INCL_LOADEXCEPTQ
    26 #define INCL_FORKEXCEPTQ
    27 #include "os2.h"
    28 #include "exceptq.h"
    29 #undef FILE_CREATE
    30 #undef FILE_OPEN
    31 #endif
    3221
    3322#include "includes.h"
     
    788777        NTSTATUS status;
    789778
    790 #ifdef __OS2__
    791         EXCEPTIONREGISTRATIONRECORD ExRegRec;
    792         LoadExceptq(&ExRegRec, NULL, NULL);
    793 #endif
    794 
    795779        /*
    796780         * Do this before any other talloc operation
     
    10521036        kill_async_dns_child();
    10531037
    1054 #ifdef __OS2__
    1055         UninstallExceptq(&ExRegRec);
    1056 #endif
    10571038        return(0);
    10581039}
Note: See TracChangeset for help on using the changeset viewer.