summaryrefslogtreecommitdiff
path: root/source4/client/client.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-09-18 13:47:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:56 -0500
commit425cb6733cf25a79fae79744ddffe06ac1b11f6b (patch)
treeecd2d2ae41243732a50bd7f3216a8ba05ff7fd3c /source4/client/client.c
parentbc94aa19f30574dffcc56c98307dfab9772e6057 (diff)
downloadsamba-425cb6733cf25a79fae79744ddffe06ac1b11f6b.tar.gz
samba-425cb6733cf25a79fae79744ddffe06ac1b11f6b.tar.bz2
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/client.c')
-rw-r--r--source4/client/client.c9
1 files changed, 9 insertions, 0 deletions
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 <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"