Remove next_token_nr_talloc and its associated global
authorVolker Lendecke <vl@samba.org>
Wed, 19 Dec 2007 20:59:28 +0000 (21:59 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 21 Dec 2007 08:58:20 +0000 (09:58 +0100)
commitbea16599112eade0a23b810abcb8cdc4b2480fd9
treec56ba1b433dca435a93f2f71e0e4709e7f749de8
parent44d086a15f4908a01d0c719498fde953bd4809e7
Remove next_token_nr_talloc and its associated global

Only client.c and clitar.c used this, I think they should carry the static
themselves. Also move the a bit funny routine toktocliplist to clitar.c, the
only place where it is used.
(This used to be commit 86d9412611fd99c21e15c71d30a3f95e35d8535b)
source3/client/client.c
source3/client/clitar.c
source3/lib/util_str.c