s3:smbd:smb2_create: add some comment
authorMichael Adam <obnox@samba.org>
Sat, 18 Feb 2012 15:30:03 +0000 (16:30 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 May 2012 16:41:52 +0000 (18:41 +0200)
source3/smbd/smb2_create.c

index d90e2ce9428e7122101f2fa7331664dd5ad7eb30..28d50740ba44a210b4dc8902e0fb96ce4bc4ca3b 100644 (file)
@@ -891,8 +891,8 @@ DEBUG(0, ("OBNOX - dhnc found (%s:%s)\n", __location__, __FUNCTION__));
                                          smb1req->conn,
                                          smb1req->flags2 & FLAGS2_DFS_PATHNAMES,
                                          fname,
-                                         0,
-                                         NULL,
+                                         0,    /* unix_convert flags */
+                                         NULL, /* ppath_contains_wcards */
                                          &smb_fname);
                if (!NT_STATUS_IS_OK(status)) {
                        tevent_req_nterror(req, status);