This should fix up the level 0 'convert_string' debug messages that we have
authorAndrew Bartlett <abartlet@samba.org>
Wed, 27 Feb 2002 13:18:51 +0000 (13:18 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Feb 2002 13:18:51 +0000 (13:18 +0000)
commit4447c6bd4d9c273ef5bf4eb23726923ee58bf38d
tree10aac312ea3325f95a1a6f0193ebe8caece4ac26
parent339e3982bc1d2998022545e02456ec35c3b278a8
This should fix up the level 0 'convert_string' debug messages that we have
been seing since the unicode conversion.  It looks like a simple oversight in
the move away from StrnCpy (which takes amount of space -1 as an arg) to
push_ascii etc which take the absolute amount of space.

Andrew Bartlett
source/smbd/lanman.c