CVS update: samba/source/client

tridge at samba.org tridge at samba.org
Thu Jun 21 19:10:37 EST 2001


Date:	Thu Jun 21 02:10:36 2001
Author:	tridge

Update of /home/cvs/samba/source/client
In directory va:/tmp/cvs-serv25579/client

Modified Files:
	client.c clitar.c 
Log Message:
next_token() was supposed to be a reentrant replacement for strtok(),
but the code suffered from bitrot and is not now reentrant. That means
we can get bizarre behaviour 
i've fixed this by making next_token() reentrant and creating a 
next_token_nr() that is a small non-reentrant wrapper for those lumps
of code (mostly smbclient) that have come to rely on the non-reentrant
behaviour



Revisions:
client.c		1.165 => 1.166
	http://www.samba.org/cgi-bin/cvsweb/samba/source/client/client.c?r1=1.165&r2=1.166
clitar.c		1.76 => 1.77
	http://www.samba.org/cgi-bin/cvsweb/samba/source/client/clitar.c?r1=1.76&r2=1.77




More information about the samba-cvs mailing list