svn commit: samba r25217 - in branches/SAMBA_4_0/source/client: .

metze at samba.org metze at samba.org
Tue Sep 18 13:47:11 GMT 2007


Author: metze
Date: 2007-09-18 13:47:10 +0000 (Tue, 18 Sep 2007)
New Revision: 25217

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25217

Log:
#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
Modified:
   branches/SAMBA_4_0/source/client/client.c


Changeset:
Modified: branches/SAMBA_4_0/source/client/client.c
===================================================================
--- branches/SAMBA_4_0/source/client/client.c	2007-09-18 13:45:43 UTC (rev 25216)
+++ branches/SAMBA_4_0/source/client/client.c	2007-09-18 13:47:10 UTC (rev 25217)
@@ -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"



More information about the samba-cvs mailing list