aboutsummaryrefslogtreecommitdiff
path: root/libltrace.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-06 18:52:55 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:06 +0200
commitf83053d927d0e7a488b1077136eea7611a022553 (patch)
treee3257458daa1a6ac762ee8c6ecd0368e5532b986 /libltrace.c
parent865303f5abd934aff8e054ff8d8117e9cd36dda3 (diff)
downloadltrace-f83053d927d0e7a488b1077136eea7611a022553.tar.gz
New interface init_global_config
Diffstat (limited to 'libltrace.c')
-rw-r--r--libltrace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libltrace.c b/libltrace.c
index 7be8c2a..a49db28 100644
--- a/libltrace.c
+++ b/libltrace.c
@@ -106,6 +106,7 @@ ltrace_init(int argc, char **argv) {
signal(SIGTERM, signal_exit); /* ... or killed */
argv = process_options(argc, argv);
+ init_global_config();
while (opt_F) {
/* If filename begins with ~, expand it to the user's home */
/* directory. This does not correctly handle ~yoda, but that */