diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-18 13:47:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:56 -0500 |
commit | 425cb6733cf25a79fae79744ddffe06ac1b11f6b (patch) | |
tree | ecd2d2ae41243732a50bd7f3216a8ba05ff7fd3c /source4/client | |
parent | bc94aa19f30574dffcc56c98307dfab9772e6057 (diff) | |
download | samba-425cb6733cf25a79fae79744ddffe06ac1b11f6b.tar.gz samba-425cb6733cf25a79fae79744ddffe06ac1b11f6b.tar.xz samba-425cb6733cf25a79fae79744ddffe06ac1b11f6b.zip |
r25217: #define TALLOC_DEPRECATED 1 to get talloc_append_string() macro
I'm not updating any code here, as in a few places the
existing code seems totaly broken to me...
metze
(This used to be commit 97e535338be61c4f6675de3bfb3396bf43ba0103)
Diffstat (limited to 'source4/client')
-rw-r--r-- | source4/client/client.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/client/client.c b/source4/client/client.c index cd81f8c8324..f63315a05bb 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -20,6 +20,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +/* + * TODO: remove this ... and don't use talloc_append_string() + * + * NOTE: I'm not changing the code yet, because I assume there're + * some bugs in the existing code and I'm not sure how to fix + * them correctly. + */ +#define TALLOC_DEPRECATED 1 + #include "includes.h" #include "version.h" #include "libcli/libcli.h" |