Attempt to fix make test :-)
authorVolker Lendecke <vl@samba.org>
Fri, 7 Dec 2007 14:55:57 +0000 (15:55 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 7 Dec 2007 15:00:01 +0000 (16:00 +0100)
(This used to be commit de3a3e3745e58cbfa777ae426e38bad3d74230d4)

source3/smbd/nttrans.c

index 716f682c1a5cc27f025c677d1c1f6f704e7413f7..99b2bf65bb4976db01831792141c3f33485f562d 100644 (file)
@@ -506,7 +506,7 @@ void reply_ntcreate_and_X(connection_struct *conn, struct smb_request *req)
 
        status = create_file(conn, req, root_dir_fid, fname,
                             access_mask, share_access, create_disposition,
-                            create_options, file_attributes, flags,
+                            create_options, file_attributes, oplock_request,
                             allocation_size, NULL, NULL, &fsp, &info, &sbuf);
 
        if (!NT_STATUS_IS_OK(status)) {
@@ -981,7 +981,7 @@ static void call_nt_transact_create(connection_struct *conn,
 
        status = create_file(conn, req, root_dir_fid, fname,
                             access_mask, share_access, create_disposition,
-                            create_options, file_attributes, flags,
+                            create_options, file_attributes, oplock_request,
                             allocation_size, sd, ea_list, &fsp, &info, &sbuf);
 
        if(!NT_STATUS_IS_OK(status)) {