-fix status code
authorChristian Grothoff <christian@grothoff.org>
Wed, 11 Jun 2014 06:02:48 +0000 (06:02 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 11 Jun 2014 06:02:48 +0000 (06:02 +0000)
src/transport/gnunet-service-transport_clients.c

index 37cebb1c75f00e53fb71f285074ef19c5c0dffc9..3cf890c029e60319cb1a3ea60ff9e1c25919a049 100644 (file)
@@ -984,7 +984,7 @@ clients_handle_address_to_string (void *cls,
   {
     atsm.header.size = ntohs (sizeof (struct AddressToStringResultMessage));
     atsm.header.type = ntohs (GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_TO_STRING_REPLY);
-    atsm.res = htonl (GNUNET_NO);
+    atsm.res = htonl (GNUNET_SYSERR);
     atsm.addr_len = htonl (0);
     GNUNET_SERVER_transmit_context_append_message (tc,
         (const struct GNUNET_MessageHeader *) &atsm);