]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-charcnv: remove unused labels.
authorGünther Deschner <gd@samba.org>
Thu, 24 Mar 2011 22:02:36 +0000 (23:02 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 24 Mar 2011 22:54:25 +0000 (23:54 +0100)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Mar 24 23:54:25 CET 2011 on sn-devel-104

source3/lib/charcnv.c

index 6addc90e2225544e7934f386e303652d2250fa46..12c708ed8ea3b141beae2deca4cbc4c80622cf7f 100644 (file)
@@ -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