1
0
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:
Michael Adam
2012-10-19 15:53:50 +02:00
committed by Stefan Metzmacher
parent 24d225f44e
commit 660e90d391

View File

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