aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-03 22:05:37 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-03 22:05:37 +0100
commit65377c3d9087635696f66b2444ef1d7eb39d4cd0 (patch)
tree14ff5999de78cf717e6e7b4541f469d1b24b243d /src/namestore/gnunet-namestore.c
parentcd2b8b467b218dfdd2d5124ad2d835161f3a2b1a (diff)
downloadgnunet-65377c3d9087635696f66b2444ef1d7eb39d4cd0.tar.gz
gnunet-65377c3d9087635696f66b2444ef1d7eb39d4cd0.zip
eliminate .gnu from GNS
Diffstat (limited to 'src/namestore/gnunet-namestore.c')
-rw-r--r--src/namestore/gnunet-namestore.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index dcb9dd678..4f512713b 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -403,7 +403,7 @@ display_record (void *cls,
403 { 403 {
404 if ( (GNUNET_GNSRECORD_TYPE_NICK == rd[i].record_type) && 404 if ( (GNUNET_GNSRECORD_TYPE_NICK == rd[i].record_type) &&
405 (0 != strcmp (rname, 405 (0 != strcmp (rname,
406 "+")) ) 406 GNUNET_GNS_MASTERZONE_STR)) )
407 continue; 407 continue;
408 typestring = GNUNET_GNSRECORD_number_to_typename (rd[i].record_type); 408 typestring = GNUNET_GNSRECORD_number_to_typename (rd[i].record_type);
409 s = GNUNET_GNSRECORD_value_to_string (rd[i].record_type, 409 s = GNUNET_GNSRECORD_value_to_string (rd[i].record_type,
@@ -1145,7 +1145,7 @@ main (int argc,
1145 GNUNET_GETOPT_option_flag ('D', 1145 GNUNET_GETOPT_option_flag ('D',
1146 "display", 1146 "display",
1147 gettext_noop ("display records"), 1147 gettext_noop ("display records"),
1148 &list), 1148 &list),
1149 1149
1150 GNUNET_GETOPT_option_string ('e', 1150 GNUNET_GETOPT_option_string ('e',
1151 "expiration", 1151 "expiration",
@@ -1157,7 +1157,7 @@ main (int argc,
1157 "nick", 1157 "nick",
1158 "NICKNAME", 1158 "NICKNAME",
1159 gettext_noop ("set the desired nick name for the zone"), 1159 gettext_noop ("set the desired nick name for the zone"),
1160 &nickstring), 1160 &nickstring),
1161 1161
1162 GNUNET_GETOPT_option_flag ('m', 1162 GNUNET_GETOPT_option_flag ('m',
1163 "monitor", 1163 "monitor",
@@ -1210,7 +1210,7 @@ main (int argc,
1210 "zone", 1210 "zone",
1211 "EGO", 1211 "EGO",
1212 gettext_noop ("name of the ego controlling the zone"), 1212 gettext_noop ("name of the ego controlling the zone"),
1213 &ego_name), 1213 &ego_name),
1214 1214
1215 GNUNET_GETOPT_OPTION_END 1215 GNUNET_GETOPT_OPTION_END
1216 }; 1216 };