removing remenants of abstract unix domain socket handling, this finishes addressing...
[oweals/gnunet.git] / src / nat / nat.c
index 0aefc4312ebac61249de41b22366709f6a153c60..03a77ddc36e1dab9658d834cea04dc044b83521d 100644 (file)
@@ -1147,7 +1147,7 @@ GNUNET_NAT_register (const struct GNUNET_CONFIGURATION_Handle *cfg, int is_tcp,
   if ((h->internal_address != NULL) &&
       (inet_pton (AF_INET, h->internal_address, &in_addr) != 1))
   {
-    GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_WARNING, 
+    GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_WARNING,
                               "nat", "INTERNAL_ADDRESS",
                               _("malformed"));
     GNUNET_free (h->internal_address);