aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-16 11:39:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-16 11:39:55 +0000
commitb3db33d5679f3d4f05802d360da3d8a2fd7192f1 (patch)
treeb1ad38add710bceba3b13261174cfb0507bcf0c2 /src/gns/gnunet-gns-proxy.c
parentb6bfed8309e6b9b3286b8f608ad899bfb0a97205 (diff)
downloadgnunet-b3db33d5679f3d4f05802d360da3d8a2fd7192f1.tar.gz
gnunet-b3db33d5679f3d4f05802d360da3d8a2fd7192f1.zip
-rename fest for symbols moved from GNUNET_NAMESTORE_ to new GNUNET_GNSRECORD_ library
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 7265b9621..93f33218b 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -2275,10 +2275,10 @@ handle_gns_result (void *cls,
2275#endif 2275#endif
2276 } 2276 }
2277 break; 2277 break;
2278 case GNUNET_NAMESTORE_TYPE_VPN: 2278 case GNUNET_GNSRECORD_TYPE_VPN:
2279 GNUNET_break (0); /* should have been translated within GNS */ 2279 GNUNET_break (0); /* should have been translated within GNS */
2280 break; 2280 break;
2281 case GNUNET_NAMESTORE_TYPE_LEHO: 2281 case GNUNET_GNSRECORD_TYPE_LEHO:
2282 GNUNET_free_non_null (s5r->leho); 2282 GNUNET_free_non_null (s5r->leho);
2283 s5r->leho = GNUNET_strndup (r->data, 2283 s5r->leho = GNUNET_strndup (r->data,
2284 r->data_size); 2284 r->data_size);