1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

util/convert string: remove inaccurate misspelt comment

Previous commit to the "embarrassing" line was ce10a7a673 "Fix
typo in comment", which did not completely fix the typo in the
comment.

But there are no gotos anymore, so no embarrassment, however spelt.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall 2023-06-29 18:23:55 +12:00 committed by Andrew Bartlett
parent 7f870211fb
commit b5a728e81e

View File

@ -342,9 +342,6 @@ bool convert_string_handle(struct smb_iconv_handle *ic,
* converted.
*
* Ensure the srclen contains the terminating zero.
*
* I hate the goto's in this function. It's emberrassing.....
* There has to be a cleaner way to do this. JRA.
*/
bool convert_string_talloc_handle(TALLOC_CTX *ctx, struct smb_iconv_handle *ic,
charset_t from, charset_t to,