mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
s4:torture:raw:notify: remove superfluous conditional goto
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
parent
967a0cdbeb
commit
60b7a6057d
@ -675,10 +675,6 @@ static bool test_notify_mask_change(struct torture_context *mem_ctx,
|
||||
CHECK_WSTR(mem_ctx, notify.nttrans.out.changes[0].name, "subname3-r",
|
||||
STR_UNICODE);
|
||||
|
||||
if (!ret) {
|
||||
goto done;
|
||||
}
|
||||
|
||||
done:
|
||||
smb_raw_exit(cli->session);
|
||||
smbcli_deltree(cli->tree, BASEDIR);
|
||||
|
Loading…
x
Reference in New Issue
Block a user