smbd: remove redundant conn arg from fd_open()
[samba.git] / source3 / smbd / durable.c
index 59fd5a3d55b4a31a835cbc74403a77db413ec811..0b0885238937fbfdbcd4c3436047141f99df0556 100644 (file)
@@ -815,7 +815,7 @@ NTSTATUS vfs_default_durable_reconnect(struct connection_struct *conn,
                flags = O_RDONLY;
        }
 
-       status = fd_open(conn, fsp, flags, 0 /* mode */);
+       status = fd_open(fsp, flags, 0 /* mode */);
        if (!NT_STATUS_IS_OK(status)) {
                TALLOC_FREE(lck);
                DEBUG(1, ("vfs_default_durable_reconnect: failed to open "