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:
@ -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)
|
||||
|
Reference in New Issue
Block a user