We need the deprecated talloc_append_string() for now
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 19 Aug 2010 04:48:19 +0000 (14:48 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 19 Aug 2010 04:48:19 +0000 (14:48 +1000)
so set the TALLOC_DEPRECATED sympol to allow use of this call
from ctdb_client.c

client/ctdb_client.c

index 15028b8fc891a596997d27a291f52ece39735e1d..cf7779dc9093140072483ed5f4bf3df805839602 100644 (file)
@@ -18,6 +18,9 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
+/* for talloc_append_string() */
+#define TALLOC_DEPRECATED 1
+
 #include "includes.h"
 #include "db_wrap.h"
 #include "lib/tdb/include/tdb.h"