From aa02c3fcd580a9e53b87d885fb87fb71f138bb7d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 24 Jun 2008 15:24:08 +0200 Subject: Remove p->vuid The users can use p->server_info. Now pipes_struct is decoupled from the SMB transport. (This used to be commit d4cf5a131919530317cd457006b4df5af2c69fa7) --- source3/include/ntdomain.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index d582d50c97..1829b19c77 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -213,8 +213,6 @@ typedef struct pipes_struct { char client_address[INET6_ADDRSTRLEN]; - uint16 vuid; /* points to the unauthenticated user that opened this pipe. */ - struct auth_serversupplied_info *server_info; fstring name; -- cgit