durable-reopen - adapt a comment
authorMichael Adam <obnox@samba.org>
Fri, 17 Feb 2012 17:00:52 +0000 (18:00 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 May 2012 16:41:49 +0000 (18:41 +0200)
source3/smbd/smb2_create.c

index 06336c60c33a9389dd6c487fdf509ce0aee5fb99..f71d34f7604557377b77a9c9a2f1e86f1b04f9df 100644 (file)
@@ -441,6 +441,7 @@ fail:
 
 static NTSTATUS smb2_create_durable_reconnect(struct smbXsrv_open *op,
                                              struct smb_request *smb1req,
+
                                              TALLOC_CTX *mem_ctx,
                                              files_struct **fsp)
 {
@@ -497,8 +498,7 @@ static NTSTATUS smb2_create_durable_reconnect(struct smbXsrv_open *op,
                messaging_server_id(op->connection->sconn->msg_ctx);
 
        /*
-        * is file_new() appropriate?
-        * or do we need a replacement for this special purpose?
+        * circumstances seems ok, do the open
         */
        status = new_durable_reconnect_fsp( &fsp);
        if (!NT_STATUS_IS_OK(status)) {