Changeset 740 for vendor/current/source3/utils/dbwrap_tool.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/utils/dbwrap_tool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/utils/dbwrap_tool.c
r414 r740 21 21 22 22 #include "includes.h" 23 24 extern bool AllowDebugChange; 23 #include "system/filesys.h" 24 #include "dbwrap.h" 25 #include "messages.h" 25 26 26 27 typedef enum { OP_FETCH, OP_STORE, OP_DELETE, OP_ERASE, OP_LISTKEYS } dbwrap_op; … … 214 215 215 216 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); 219 219 lp_load(get_dyn_CONFIGFILE(), true, false, false, true); 220 220 … … 299 299 } 300 300 301 msg_ctx = messaging_init(mem_ctx, server_id_self(), evt_ctx);301 msg_ctx = messaging_init(mem_ctx, id_self(), evt_ctx); 302 302 if (msg_ctx == NULL) { 303 303 d_fprintf(stderr, "ERROR: could not init messaging context\n");
Note:
See TracChangeset
for help on using the changeset viewer.
