Fix a const warning
authorVolker Lendecke <vl@samba.org>
Tue, 4 Nov 2008 20:51:17 +0000 (21:51 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 4 Nov 2008 20:53:14 +0000 (21:53 +0100)
source3/smbd/trans2.c

index 9e150018efa90b1e9cff730a395fea7c379a3e4a..d0e3a68e8ab300b5f30add86a610b90f710e9d5b 100644 (file)
@@ -5473,7 +5473,7 @@ static NTSTATUS smb_set_posix_acl(connection_struct *conn,
 ****************************************************************************/
 
 static NTSTATUS smb_set_posix_lock(connection_struct *conn,
-                               const struct smb_request *req,
+                               struct smb_request *req,
                                const char *pdata,
                                int total_data,
                                files_struct *fsp)