1
0
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:
Andreas Schneider 2016-06-22 07:51:45 +02:00 committed by Andreas Schneider
parent 8b91178aa8
commit f479a1f896

View File

@ -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); \