diff options
-rw-r--r-- | trace-record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-record.c b/trace-record.c index 031e084..9d1218a 100644 --- a/trace-record.c +++ b/trace-record.c | |||
@@ -2070,7 +2070,7 @@ void trace_record (int argc, char **argv) | |||
2070 | } | 2070 | } |
2071 | } | 2071 | } |
2072 | 2072 | ||
2073 | if (strncmp(plugin, "function", 8) == 0 && | 2073 | if (plugin && strncmp(plugin, "function", 8) == 0 && |
2074 | func_stack && !filter_funcs) | 2074 | func_stack && !filter_funcs) |
2075 | die("Must supply function filtering with --func-stack\n"); | 2075 | die("Must supply function filtering with --func-stack\n"); |
2076 | 2076 | ||