1
0
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:
Michael Adam 2015-03-26 19:36:52 +01:00 committed by Günther Deschner
parent 967a0cdbeb
commit 60b7a6057d

View File

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