From d95d32606b5f90e865c3c8eef95f14be938b3bbe Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 2 Sep 2012 12:42:59 +0200 Subject: s3: Put a comment into the right place Signed-off-by: Jeremy Allison --- source3/smbd/open.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 27e0128582..a4d4a3de31 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; } -- cgit