mirror of
https://github.com/samba-team/samba.git
synced 2025-08-07 09:49:30 +03:00
fault: fixed call to fault_setup() to use new syntax
This commit is contained in:
@ -87,7 +87,7 @@ static void popt_samba_callback(poptContext con,
|
||||
|
||||
/* Hook for 'almost the first thing to do in a samba program' here */
|
||||
/* setup for panics */
|
||||
fault_setup(poptGetInvocationName(con));
|
||||
fault_setup();
|
||||
|
||||
/* and logging */
|
||||
setup_logging(pname, DEBUG_STDOUT);
|
||||
|
Reference in New Issue
Block a user