summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-24 23:02:36 +0100
committerGünther Deschner <gd@samba.org>2011-03-24 23:54:25 +0100
commit68529bc14efd077531086b3e8bcaf85287cfa6ba (patch)
tree82cac8e8d237b4525c6fb81ab46adb4491b0b528 /source3/lib/charcnv.c
parent4a4efc20b43df25ea69239383069e1ce98ed5901 (diff)
downloadsamba-68529bc14efd077531086b3e8bcaf85287cfa6ba.tar.gz
s3-charcnv: remove unused labels.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 24 23:54:25 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/lib/charcnv.c')
-rw-r--r--source3/lib/charcnv.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c
index 6addc90e222..12c708ed8ea 100644
--- a/source3/lib/charcnv.c
+++ b/source3/lib/charcnv.c
@@ -127,8 +127,6 @@ static size_t convert_string_internal(charset_t from, charset_t to,
i_len=srclen;
o_len=destlen;
- again:
-
retval = smb_iconv(descriptor, &inbuf, &i_len, &outbuf, &o_len);
if(retval==(size_t)-1) {
const char *reason="unknown error";
@@ -416,8 +414,6 @@ bool convert_string_talloc(TALLOC_CTX *ctx, charset_t from, charset_t to,
i_len = srclen;
o_len = destlen;
- again:
-
retval = smb_iconv(descriptor,
&inbuf, &i_len,
&outbuf, &o_len);
@@ -444,8 +440,6 @@ bool convert_string_talloc(TALLOC_CTX *ctx, charset_t from, charset_t to,
return false;
}
- out:
-
destlen = destlen - o_len;
/* Don't shrink unless we're reclaiming a lot of
* space. This is in the hot codepath and these