mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
Prepares for using macros from lease_break_handler.h which makes use of CHECK_VAL() while relying on a definition of CHECK_VAL() in the .c file. While at it, add a goto done which is always a good thing to get clear failures from tests. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15697 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>