[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-770-g763e133

Günther Deschner gd at samba.org
Fri Dec 21 13:15:40 GMT 2007


The branch, v3-2-test has been updated
       via  763e13315fc71237b14a186810bc201e725648f5 (commit)
      from  5f5e52ba7b3862dc72a16d84e07503e98ccbbf8a (commit)

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


- Log -----------------------------------------------------------------
commit 763e13315fc71237b14a186810bc201e725648f5
Author: Günther Deschner <gd at samba.org>
Date:   Fri Dec 21 13:40:11 2007 +0100

    Use ADS_IGNORE_PRINCIPAL define.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/libsmb/cliconnect.c b/source/libsmb/cliconnect.c
index d370808..33110c8 100644
--- a/source/libsmb/cliconnect.c
+++ b/source/libsmb/cliconnect.c
@@ -863,8 +863,7 @@ ADS_STATUS cli_session_setup_spnego(struct cli_state *cli, const char *user,
 		/* If we get a bad principal, try to guess it if
 		   we have a valid host NetBIOS name.
 		 */
-		if (strequal(principal,
-				"not_defined_in_RFC4178 at please_ignore")) {
+		if (strequal(principal, ADS_IGNORE_PRINCIPAL)) {
 			SAFE_FREE(principal);
 		}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list