1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

Removed unused variable.

(This used to be commit c8c7da237dc17d9b785bc15b9b569caeeb6d283e)
This commit is contained in:
Tim Potter 2001-11-14 01:38:01 +00:00
parent dc6688ab95
commit 31b91bfe4e

View File

@ -243,7 +243,6 @@ BOOL strisnormal(char *s)
****************************************************************************/
void string_replace(char *s,char oldc,char newc)
{
smb_ucs2_t *ptr;
push_ucs2(NULL, tmpbuf,s, sizeof(tmpbuf), STR_TERMINATE);
string_replace_w(tmpbuf, UCS2_CHAR(oldc), UCS2_CHAR(newc));
pull_ucs2(NULL, s, tmpbuf, -1, sizeof(tmpbuf), STR_TERMINATE);