From d331624fdfe9fc72f1da7fd01c59a1a20cf1c7d7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 24 Jun 2008 14:18:55 +0200 Subject: Add server_info to pipes_struct (This used to be commit d621867bb8767e1c4236d28dd9294a61db6cbb10) --- source3/include/ntdomain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index caf7e3431c..352d17bd3b 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -215,6 +215,8 @@ typedef struct pipes_struct { uint16 vuid; /* points to the unauthenticated user that opened this pipe. */ + struct auth_serversupplied_info *server_info; + fstring name; fstring pipe_srv_name; -- cgit