diff options
author | James Booth <boothj5@gmail.com> | 2015-06-07 19:15:59 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-07 19:15:59 +0100 |
commit | cac206f427c0e78bf3ee71c87078422cf66dde74 (patch) | |
tree | d0927badd4bde10475917e49e810e29bc90efeae | |
parent | 6e5ea13691665afb69b41f6a4bc7ada274e45c80 (diff) | |
parent | 81522a75165ceb2cee706c082c14471fa767ee52 (diff) | |
download | profani-tty-cac206f427c0e78bf3ee71c87078422cf66dde74.tar.gz |
Merge branch 'master' into openpgp
-rw-r--r-- | functionaltests/proftest.c | 2 |
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; } |