Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/utils/dbwrap_tool.c

    r414 r745  
    2121
    2222#include "includes.h"
    23 
    24 extern bool AllowDebugChange;
     23#include "system/filesys.h"
     24#include "dbwrap.h"
     25#include "messages.h"
    2526
    2627typedef enum { OP_FETCH, OP_STORE, OP_DELETE, OP_ERASE, OP_LISTKEYS } dbwrap_op;
     
    214215
    215216        load_case_tables();
    216         DEBUGLEVEL_CLASS[DBGC_ALL] = 0;
    217         dbf = x_stderr;
    218         AllowDebugChange = false;
     217        lp_set_cmdline("log level", "0");
     218        setup_logging(argv[0], DEBUG_STDERR);
    219219        lp_load(get_dyn_CONFIGFILE(), true, false, false, true);
    220220
     
    299299        }
    300300
    301         msg_ctx = messaging_init(mem_ctx, server_id_self(), evt_ctx);
     301        msg_ctx = messaging_init(mem_ctx, procid_self(), evt_ctx);
    302302        if (msg_ctx == NULL) {
    303303                d_fprintf(stderr, "ERROR: could not init messaging context\n");
Note: See TracChangeset for help on using the changeset viewer.