pysmbd: remove useless explicit conn_free() from set_nt_acl_conn()
authorStefan Metzmacher <metze@samba.org>
Fri, 25 May 2018 05:38:24 +0000 (07:38 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 14 Jun 2018 18:52:20 +0000 (20:52 +0200)
commitcbde2e348b68a5d638d9bce3f3912a4828cd90c7
treed4cf455b74b27f879e61ee1716457f9c17716270
parent66bc2c4332f475d9b614c442223749a499b39c60
pysmbd: remove useless explicit conn_free() from set_nt_acl_conn()

The following TALLOC_FREE(frame); will do the same via
conn_free_wrapper().

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/pysmbd.c