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)
commitd90061aa933f7d8c81973918657dd72cbc88bab5
treeb0ab4be79735d27ea5e708402f86ffb6c693f657
parentc1b4c510530ca3118d1eccb9615a8cad732c7373
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
source/lib/util_str.c
source/libsmb/libsmbclient.c