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)
commit86d9412611fd99c21e15c71d30a3f95e35d8535b
tree5c7ce3fe9049c0f9d6ef05a16fafdae440358780
parent032c5589fe7f9f2fcb0f336e72517a81a720b6ce
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.
source/client/client.c
source/client/clitar.c
source/lib/util_str.c