about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-07 19:15:59 +0100
committerJames Booth <boothj5@gmail.com>2015-06-07 19:15:59 +0100
commitcac206f427c0e78bf3ee71c87078422cf66dde74 (patch)
treed0927badd4bde10475917e49e810e29bc90efeae
parent6e5ea13691665afb69b41f6a4bc7ada274e45c80 (diff)
parent81522a75165ceb2cee706c082c14471fa767ee52 (diff)
downloadprofani-tty-cac206f427c0e78bf3ee71c87078422cf66dde74.tar.gz
Merge branch 'master' into openpgp
-rw-r--r--functionaltests/proftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/functionaltests/proftest.c b/functionaltests/proftest.c
index a205e7a1..1925df02 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) != 0) {
+    if (stbbr_start(STBBR_LOGINFO ,5230, 0) != 0) {
         assert_true(FALSE);
         return;
     }