mirror of
https://github.com/samba-team/samba.git
synced 2025-09-13 17:44:21 +03:00
s3:smbd/durable: remove an extra blank line from vfs_default_durable_reconnect()
Pair-programmed-with: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
24d225f44e
commit
660e90d391
@@ -532,7 +532,6 @@ NTSTATUS vfs_default_durable_reconnect(struct connection_struct *conn,
|
|||||||
op->compat = NULL;
|
op->compat = NULL;
|
||||||
fsp_free(fsp);
|
fsp_free(fsp);
|
||||||
return status;
|
return status;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!S_ISREG(fsp->fsp_name->st.st_ex_mode)) {
|
if (!S_ISREG(fsp->fsp_name->st.st_ex_mode)) {
|
||||||
|
Reference in New Issue
Block a user