s3: Put a comment into the right place
authorVolker Lendecke <vl@samba.org>
Sun, 2 Sep 2012 10:42:59 +0000 (12:42 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 4 Sep 2012 22:15:00 +0000 (15:15 -0700)
Signed-off-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c

index 27e0128582b7d9075bb1bd92df90ccbca0c796e4..a4d4a3de314bbfe3b995617119ee5e3544ef42bb 100644 (file)
@@ -3684,11 +3684,12 @@ static NTSTATUS create_file_unixpath(connection_struct *conn,
                        goto fail;
                }
 
-               /*
-                * We're opening the stream element of a base_fsp
-                * we already opened. Set up the base_fsp pointer.
-                */
                if (base_fsp) {
+                       /*
+                        * We're opening the stream element of a
+                        * base_fsp we already opened. Set up the
+                        * base_fsp pointer.
+                        */
                        fsp->base_fsp = base_fsp;
                }