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 <[EMAIL PROTECTED]>
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,
-                               "[EMAIL PROTECTED]")) {
+               if (strequal(principal, ADS_IGNORE_PRINCIPAL)) {
                        SAFE_FREE(principal);
                }
 


-- 
Samba Shared Repository

Reply via email to