1
0
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:
Andrew Tridgell
2011-03-23 10:30:36 +11:00
parent a65ba83ae6
commit 43a07621bb

View File

@ -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);