From c751386bb8d797dcb714fac19e6d4b161e3d81d0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 11 Apr 2008 22:20:32 +0200 Subject: Remove some write-only fstrings (This used to be commit aacb07b1b0f674b8cb92347ef4b4dd1e7808dde8) --- source3/include/ntdomain.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/include') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index b89b0fea3a..74a59443c8 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -232,13 +232,6 @@ typedef struct pipes_struct { struct dcinfo *dc; /* Keeps the creds data from netlogon. */ - /* - * Windows user info. - */ - fstring user_name; - fstring domain; - fstring wks; - /* * Unix user name and credentials used when a pipe is authenticated. */ -- cgit