summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-28 19:42:11 +0200
committerVolker Lendecke <vl@samba.org>2008-05-05 18:28:58 +0200
commit6ccbc1065de45cb776a4aadd11bf64c73419de7c (patch)
treee106531170b830649a470daeafbf843cc50e0303 /source3/include/ntdomain.h
parent6ed9b7c973aec5f59a06168ca82065f40b033c13 (diff)
downloadsamba-6ccbc1065de45cb776a4aadd11bf64c73419de7c.tar.gz
samba-6ccbc1065de45cb776a4aadd11bf64c73419de7c.tar.bz2
samba-6ccbc1065de45cb776a4aadd11bf64c73419de7c.zip
pipes_struct->pipe_user_name is unused, remove it
(This used to be commit 32cd4bf34b614f7bb0b05a7ae5d7eb51d208a7c7)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 7bd5afe821..dc637068b6 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -236,7 +236,6 @@ typedef struct pipes_struct {
* Unix user name and credentials used when a pipe is authenticated.
*/
- fstring pipe_user_name;
struct current_user pipe_user;
DATA_BLOB session_key;