From 43a07621bb26c1b6dbe8cfd848dd4d4863ca92b9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 23 Mar 2011 10:30:36 +1100 Subject: fault: fixed call to fault_setup() to use new syntax --- source4/lib/cmdline/popt_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c index 76c6fb23a1..afc874226e 100644 --- a/source4/lib/cmdline/popt_common.c +++ b/source4/lib/cmdline/popt_common.c @@ -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); -- cgit