diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-03-23 10:30:36 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-23 11:03:58 +1100 |
commit | 43a07621bb26c1b6dbe8cfd848dd4d4863ca92b9 (patch) | |
tree | e35fa9ec667755a106d6424b1bda811473904f7c /source4/lib/cmdline | |
parent | a65ba83ae6324ed1cbd81c81ddda7a60973aead7 (diff) | |
download | samba-43a07621bb26c1b6dbe8cfd848dd4d4863ca92b9.tar.gz |
fault: fixed call to fault_setup() to use new syntax
Diffstat (limited to 'source4/lib/cmdline')
-rw-r--r-- | source4/lib/cmdline/popt_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c index 76c6fb23a1a..afc874226e5 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); |