summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-06-10 11:58:00 -0700
committerJeremy Allison <jra@samba.org>2009-06-10 11:58:00 -0700
commitdc5c7b7f98345621f4cf1b9992ebbe9144e14ebb (patch)
tree749446aa31baf51f8d9eb0d811d33bd5ef118654 /source3/lib/charcnv.c
parent29b78b33d3c2a392ef47183c0b455efa7838bb73 (diff)
downloadsamba-dc5c7b7f98345621f4cf1b9992ebbe9144e14ebb.tar.gz
samba-dc5c7b7f98345621f4cf1b9992ebbe9144e14ebb.tar.bz2
samba-dc5c7b7f98345621f4cf1b9992ebbe9144e14ebb.zip
Make ctemp async. Fix the test to pass against W2K3.
Jeremy.
Diffstat (limited to 'source3/lib/charcnv.c')
-rw-r--r--source3/lib/charcnv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c
index 791c866b57..a1663c1f38 100644
--- a/source3/lib/charcnv.c
+++ b/source3/lib/charcnv.c
@@ -1046,9 +1046,7 @@ size_t pull_ascii(char *dest, const void *src, size_t dest_len, size_t src_len,
/**
* Copy a string from a dos codepage source to a unix char* destination.
- Talloc version.
- Uses malloc if TALLOC_CTX is NULL (this is a bad interface and
- needs fixing. JRA).
+ * Talloc version.
*
* The resulting string in "dest" is always null terminated.
*