]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pipes_struct->pipe_user_name is unused, remove it
authorVolker Lendecke <vl@samba.org>
Mon, 28 Apr 2008 17:42:11 +0000 (19:42 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 5 May 2008 16:28:58 +0000 (18:28 +0200)
(This used to be commit 32cd4bf34b614f7bb0b05a7ae5d7eb51d208a7c7)

source3/include/ntdomain.h

index 7bd5afe821c62ca2195936cc3b7487082cf9c15b..dc637068b6e7e2517fd6c2925f0b345aa0cf44d5 100644 (file)
@@ -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;