From 425cb6733cf25a79fae79744ddffe06ac1b11f6b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 18 Sep 2007 13:47:10 +0000 Subject: 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) --- source4/client/client.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source4') diff --git a/source4/client/client.c b/source4/client/client.c index cd81f8c832..f63315a05b 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -20,6 +20,15 @@ along with this program. If not, see . */ +/* + * 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" -- cgit