The branch, master has been updated
       via  231b2fa26139a38bb67b3777c80b72e2f9d6d904 (commit)
      from  c2d7c7a9dd188e10bf30f84b3783de3e183af88a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 231b2fa26139a38bb67b3777c80b72e2f9d6d904
Author: Günther Deschner <[email protected]>
Date:   Tue Sep 15 19:32:39 2009 +0200

    s3-dcerpc: really fix remaining old auth level constants. sorry...
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source3/rpc_server/srv_pipe.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c
index a4b4cb7..3bd68c4 100644
--- a/source3/rpc_server/srv_pipe.c
+++ b/source3/rpc_server/srv_pipe.c
@@ -1564,7 +1564,7 @@ bool api_pipe_bind_req(pipes_struct *p, prs_struct 
*rpc_in_p)
        prs_struct out_auth;
        int i = 0;
        int auth_len = 0;
-       unsigned int auth_type = RPC_ANONYMOUS_AUTH_TYPE;
+       unsigned int auth_type = DCERPC_AUTH_TYPE_NONE;
 
        /* No rebinds on a bound pipe - use alter context. */
        if (p->pipe_bound) {
@@ -1726,7 +1726,7 @@ bool api_pipe_bind_req(pipes_struct *p, prs_struct 
*rpc_in_p)
                        }
                        break;
 
-               case RPC_ANONYMOUS_AUTH_TYPE:
+               case DCERPC_AUTH_TYPE_NONE:
                        /* Unauthenticated bind request. */
                        /* We're finished - no more packets. */
                        p->auth.auth_type = PIPE_AUTH_TYPE_NONE;


-- 
Samba Shared Repository

Reply via email to