From: Volker Lendecke Date: Mon, 28 Apr 2008 17:42:11 +0000 (+0200) Subject: pipes_struct->pipe_user_name is unused, remove it X-Git-Tag: samba-4.0.0alpha6~801^2~1530 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ccbc1065de45cb776a4aadd11bf64c73419de7c;p=thirdparty%2Fsamba.git pipes_struct->pipe_user_name is unused, remove it (This used to be commit 32cd4bf34b614f7bb0b05a7ae5d7eb51d208a7c7) --- diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 7bd5afe821c..dc637068b6e 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;