From b70a00756b53bbbbd008ead49c8bf00474807a00 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Apr 2012 12:37:19 +0000 Subject: -LRN: misc patches / fixes --- src/transport/plugin_transport_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_unix.c') diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index 04c8a45be..ecfe15783 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -1003,7 +1003,7 @@ unix_string_to_address (void *cls, const char *addr, uint16_t addrlen, return GNUNET_SYSERR; } - (*buf) = strdup (addr); + (*buf) = GNUNET_strdup (addr); (*added) = strlen (addr) + 1; return GNUNET_OK; } -- cgit v1.2.3