summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-01-15 19:08:45 +0000
committerGerald Carter <jerry@samba.org>2004-01-15 19:08:45 +0000
commit341699b0053c18bfaf5b8c1aec63e3e16f965876 (patch)
tree776e3fbc0d86780e2b118d5b90a92c8dcef8121a /source3/libsmb/cliconnect.c
parentfbe657a40848d8a5a1a794d752c8115835322e01 (diff)
downloadsamba-341699b0053c18bfaf5b8c1aec63e3e16f965876.tar.gz
samba-341699b0053c18bfaf5b8c1aec63e3e16f965876.tar.bz2
samba-341699b0053c18bfaf5b8c1aec63e3e16f965876.zip
* BUG 446
- setup_logging() in smbclient to be interactive (remove the timestamps) - Fix bad return value in pull_ucs2( needs more testing to make sure this didn't break something else) that caused clistr_pull() to always read the same string from the buffer (pull_usc2() could return -1 if the original source length was given as -1) - increment some debugging messages to avoid printing them out so often (This used to be commit f452585073fbeeae3e3a0db644e381f94cb918f3)
Diffstat (limited to 'source3/libsmb/cliconnect.c')
-rw-r--r--source3/libsmb/cliconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c
index 707a33881d..84159e5d62 100644
--- a/source3/libsmb/cliconnect.c
+++ b/source3/libsmb/cliconnect.c
@@ -673,7 +673,7 @@ ADS_STATUS cli_session_setup_spnego(struct cli_state *cli, const char *user,
BOOL got_kerberos_mechanism = False;
DATA_BLOB blob;
- DEBUG(2,("Doing spnego session setup (blob length=%lu)\n", (unsigned long)cli->secblob.length));
+ DEBUG(3,("Doing spnego session setup (blob length=%lu)\n", (unsigned long)cli->secblob.length));
/* the server might not even do spnego */
if (cli->secblob.length <= 16) {