aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index a1614e7dd..069dc2121 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -201,7 +201,7 @@ run (void *cls, char *const *args, const char *cfgfile,
201 if (lookup_type != NULL) 201 if (lookup_type != NULL)
202 rtype = GNUNET_NAMESTORE_typename_to_number(lookup_type); 202 rtype = GNUNET_NAMESTORE_typename_to_number(lookup_type);
203 else 203 else
204 rtype = GNUNET_GNS_RECORD_TYPE_A; 204 rtype = GNUNET_GNS_RECORD_A;
205 205
206 if (NULL == gns) 206 if (NULL == gns)
207 { 207 {