smb2_create_durable_reconnect: change a comment
authorMichael Adam <obnox@samba.org>
Mon, 13 Feb 2012 21:01:25 +0000 (22:01 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 May 2012 16:41:43 +0000 (18:41 +0200)
source3/smbd/smb2_create.c

index db9e9d5cb35f8a8862b783100cfa0e37974212fd..7d18387b35da138ecfc536f6ad19c8da7247ec54 100644 (file)
@@ -414,7 +414,10 @@ static NTSTATUS smb2_create_durable_reconnect(struct smbXsrv_open *op,
        }
 
        if (sharemode_lock->data->num_share_modes > 1) {
-               /* can't be durable if there is more than one handle on the file */
+               /*
+                * It can't be durable if there is more than one handle
+                * on the file.
+                */
                return NT_STATUS_OBJECT_NAME_NOT_FOUND;
        }