From bfbbb1e8700093783da55c84221fc688eee4c9a0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 13 Aug 2013 17:10:07 +0000 Subject: -getting rid of duplication of record type values / enum GNUNET_GNS_RecordType --- src/gns/gnunet-dns2gns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gns/gnunet-dns2gns.c') diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c index c1fdc2dc8..8cef98489 100644 --- a/src/gns/gnunet-dns2gns.c +++ b/src/gns/gnunet-dns2gns.c @@ -356,7 +356,7 @@ handle_request (struct GNUNET_NETWORK_Handle *lsock, char *dot; char *nname; size_t name_len; - enum GNUNET_GNS_RecordType type; + int type; int use_gns; struct GNUNET_CRYPTO_ShortHashCode zone; -- cgit v1.2.3