1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Use a custom init function for samba4 that sets a samba4

specific debug function.
By default do not debug, this is the most appropriate action for a library
as we cannot assume what stderr is use for in the main app.
The main app is responsible to set ev_debug_stderr if they so desire.
(This used to be commit e566a2f308)
This commit is contained in:
Simo Sorce
2008-06-14 13:00:53 -04:00
parent 929adc9efa
commit 2daf2897d5
37 changed files with 102 additions and 47 deletions

View File

@ -118,7 +118,7 @@ int main(int argc, const char **argv)
}
ev_ctx = event_context_init(NULL);
ev_ctx = s4_event_context_init(NULL);
h1 = open_backend(pc, ev_ctx, cmdline_lp_ctx, backend1, remote1);
if (h1 == NULL)