r1280: rename struct request_context to smbsrv_request
[jra/samba/.git] / source4 / ntvfs / posix / vfs_posix.c
index e013e019795a255316df2aba8e50757adabe131a..90b6f9248de5081621a9cfb1c0c3f1a18c43f2dd 100644 (file)
@@ -31,7 +31,7 @@
   directory exists (tho it doesn't need to be accessible by the user,
   that comes later)
 */
-static NTSTATUS pvfs_connect(struct request_context *req, const char *sharename)
+static NTSTATUS pvfs_connect(struct smbsrv_request *req, const char *sharename)
 {
        DEBUG(0,   ("Connection to share [%s] ACCESS DENIED!\n", sharename));
        DEBUGADD(0,("This is because your using the 'ntvfs handler = default'.\n"));