From: Volker Lendecke Date: Sun, 2 Sep 2012 10:42:59 +0000 (+0200) Subject: s3: Put a comment into the right place X-Git-Tag: samba-4.0.0rc1~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d95d32606b5f90e865c3c8eef95f14be938b3bbe;p=thirdparty%2Fsamba.git s3: Put a comment into the right place Signed-off-by: Jeremy Allison --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 27e0128582b..a4d4a3de314 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -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; }