]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Remove unused argument "vuid" from make_internal_rpc_pipe_p
authorVolker Lendecke <vl@samba.org>
Sat, 3 Jan 2009 14:23:13 +0000 (15:23 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 3 Jan 2009 14:25:00 +0000 (15:25 +0100)
source3/rpc_server/srv_pipe_hnd.c

index 1cff95dcaba0d713f5caa89cd433f0aa2854c60f..7d1f82423428df31c526ff3274dd40417f276832 100644 (file)
@@ -105,8 +105,7 @@ static bool pipe_init_outgoing_data(pipes_struct *p)
 static struct pipes_struct *make_internal_rpc_pipe_p(TALLOC_CTX *mem_ctx,
                                                     const char *pipe_name,
                                                     const char *client_address,
-                                                    struct auth_serversupplied_info *server_info,
-                                                    uint16_t vuid)
+                                                    struct auth_serversupplied_info *server_info)
 {
        pipes_struct *p;
 
@@ -1125,8 +1124,7 @@ NTSTATUS np_open(struct smb_request *smb_req, const char *name,
 
                p = make_internal_rpc_pipe_p(fsp->fake_file_handle, name,
                                             conn->client_address,
-                                            conn->server_info,
-                                            smb_req->vuid);
+                                            conn->server_info);
 
                fsp->fake_file_handle->type = FAKE_FILE_TYPE_NAMED_PIPE;
                fsp->fake_file_handle->private_data = p;