mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
nsswitch: Fix wbclient torture_assert_wbc_ok_goto_fail macro
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
This commit is contained in:
parent
8b91178aa8
commit
f479a1f896
@ -57,7 +57,7 @@
|
||||
} while (0)
|
||||
|
||||
#define torture_assert_wbc_ok_goto_fail(torture_ctx,expr,cmt,cmt_arg) \
|
||||
torture_assert_wbc_equal(torture_ctx,expr,WBC_ERR_SUCCESS,cmt,cmt_arg)
|
||||
torture_assert_wbc_equal_goto_fail(torture_ctx,expr,WBC_ERR_SUCCESS,cmt,cmt_arg)
|
||||
|
||||
#define torture_assert_str_equal_goto_fail(torture_ctx,got,expected,cmt)\
|
||||
do { const char *__got = (got), *__expected = (expected); \
|
||||
|
Loading…
Reference in New Issue
Block a user