fault: fixed call to fault_setup() to use new syntax
authorAndrew Tridgell <tridge@samba.org>
Tue, 22 Mar 2011 23:30:36 +0000 (10:30 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 23 Mar 2011 00:03:58 +0000 (11:03 +1100)
source4/lib/cmdline/popt_common.c

index 76c6fb23a1a6c7fb5d4e5ce367e19e521c1113e0..afc874226e558b17db98da3f753e2f650009818d 100644 (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);