summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-23 10:30:36 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-23 11:03:58 +1100
commit43a07621bb26c1b6dbe8cfd848dd4d4863ca92b9 (patch)
treee35fa9ec667755a106d6424b1bda811473904f7c /source4
parenta65ba83ae6324ed1cbd81c81ddda7a60973aead7 (diff)
downloadsamba-43a07621bb26c1b6dbe8cfd848dd4d4863ca92b9.tar.gz
samba-43a07621bb26c1b6dbe8cfd848dd4d4863ca92b9.tar.bz2
samba-43a07621bb26c1b6dbe8cfd848dd4d4863ca92b9.zip
fault: fixed call to fault_setup() to use new syntax
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/cmdline/popt_common.c2
1 files changed, 1 insertions, 1 deletions
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);