about summary refs log tree commit diff stats
path: root/functionaltests
diff options
context:
space:
mode:
Diffstat (limited to 'functionaltests')
-rw-r--r--functionaltests/proftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/functionaltests/proftest.c b/functionaltests/proftest.c
index 94b0c2b3..dda1cd90 100644
--- a/functionaltests/proftest.c
+++ b/functionaltests/proftest.c
@@ -136,7 +136,7 @@ prof_start(void)
 void
 init_prof_test(void **state)
 {
-    if (stbbr_start(5230) != 0) {
+    if (stbbr_start(5230, 0) != 0) {
         assert_true(FALSE);
         return;
     }