r25217: #define TALLOC_DEPRECATED 1 to get talloc_append_string() macro
authorStefan Metzmacher <metze@samba.org>
Tue, 18 Sep 2007 13:47:10 +0000 (13:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:06:56 +0000 (15:06 -0500)
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

index cd81f8c832404722b571e891cc4bdbef975f3040..f63315a05bb853e75bfe041938a69ae6236f9de3 100644 (file)
    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"