From b1481affa943a34655c5f23d379778801c41ce26 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 31 May 2015 23:26:29 +0100 Subject: [PATCH] Fixed for new stabber start function --- functionaltests/proftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }