diff options
author | Volker Lendecke <vl@samba.org> | 2008-04-11 22:20:32 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-04-11 22:21:04 +0200 |
commit | c751386bb8d797dcb714fac19e6d4b161e3d81d0 (patch) | |
tree | 6a61823168815a0478a768ef9b65ae002dfe40b4 /source3/include | |
parent | 94df47318f85ac0295e41dec65c2eae25a01abcc (diff) | |
download | samba-c751386bb8d797dcb714fac19e6d4b161e3d81d0.tar.gz samba-c751386bb8d797dcb714fac19e6d4b161e3d81d0.tar.bz2 samba-c751386bb8d797dcb714fac19e6d4b161e3d81d0.zip |
Remove some write-only fstrings
(This used to be commit aacb07b1b0f674b8cb92347ef4b4dd1e7808dde8)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ -233,13 +233,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. */ |