diff options
author | Günther Deschner <gd@samba.org> | 2007-12-21 13:40:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2007-12-21 14:13:55 +0100 |
commit | 574354a7ec76e85e0f5a1172de9e59ae5bc52d48 (patch) | |
tree | a9b5202c949a08b7bd5e2b12b244af8f5999c999 /source3/libsmb/cliconnect.c | |
parent | 4418b989e7009c63d2206cecdfaa50cc66e1d8da (diff) | |
download | samba-574354a7ec76e85e0f5a1172de9e59ae5bc52d48.tar.gz samba-574354a7ec76e85e0f5a1172de9e59ae5bc52d48.tar.xz samba-574354a7ec76e85e0f5a1172de9e59ae5bc52d48.zip |
Use ADS_IGNORE_PRINCIPAL define.
Guenther
(This used to be commit 763e13315fc71237b14a186810bc201e725648f5)
Diffstat (limited to 'source3/libsmb/cliconnect.c')
-rw-r--r-- | source3/libsmb/cliconnect.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c index d370808bba8..33110c803f7 100644 --- a/source3/libsmb/cliconnect.c +++ b/source3/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@please_ignore")) { + if (strequal(principal, ADS_IGNORE_PRINCIPAL)) { SAFE_FREE(principal); } |