[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-102-ga3e3e2f

Jeremy Allison jra at samba.org
Thu Jan 24 00:28:03 GMT 2008


The branch, v3-0-test has been updated
       via  a3e3e2fc30c98b3daaea8ae9888ddc681847e8b4 (commit)
      from  b2127d271a1396c37727a57503db8dd130482b87 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit a3e3e2fc30c98b3daaea8ae9888ddc681847e8b4
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Jan 23 16:27:30 2008 -0800

    Missed one flags change.
    Jeremy.

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

Summary of changes:
 source/utils/net_rpc_join.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/net_rpc_join.c b/source/utils/net_rpc_join.c
index 1780535..fe5cef1 100644
--- a/source/utils/net_rpc_join.c
+++ b/source/utils/net_rpc_join.c
@@ -43,7 +43,7 @@
  **/
 int net_rpc_join_ok(const char *domain, const char *server, struct in_addr *ip )
 {
-	uint32 neg_flags = NETLOGON_NEG_AUTH2_FLAGS|NETLOGON_NEG_SCHANNEL;
+	uint32 neg_flags = NETLOGON_NEG_SELECT_AUTH2_FLAGS|NETLOGON_NEG_SCHANNEL;
 	struct cli_state *cli = NULL;
 	struct rpc_pipe_client *pipe_hnd = NULL;
 	struct rpc_pipe_client *netlogon_pipe = NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list