* BUG 446
authorGerald Carter <jerry@samba.org>
Thu, 15 Jan 2004 19:08:45 +0000 (19:08 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 15 Jan 2004 19:08:45 +0000 (19:08 +0000)
commitf452585073fbeeae3e3a0db644e381f94cb918f3
tree37ddf13877cc78b3bf12c95786cf0b3fe9797c5c
parentcb463b8fc9476695507fa996b508d98f1cf1e3ac
* 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
source/client/client.c
source/lib/charcnv.c
source/libsmb/cliconnect.c