r16552: Fix bug 3849.
authorDerrell Lipman <derrell@samba.org>
Tue, 27 Jun 2006 03:07:02 +0000 (03:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:19:00 +0000 (11:19 -0500)
commit9220a7bb7ba0468113deae3c033504ab4ff31eb2
tree029b3732b5832fa662097f5bfb95b92203721d03
parent9718506d35ca14c5233b613c647609bf2589f38b
r16552: Fix bug 3849.

Added a next_token_no_ltrim() function which does not strip leading separator
characters.  The new function is used only where really necessary, even though
it could reasonably be used in many more places, to avoid superfluous code
changes.

Derrell
(This used to be commit d90061aa933f7d8c81973918657dd72cbc88bab5)
source3/lib/util_str.c
source3/libsmb/libsmbclient.c