-bringing copyright tags up to FSF standard
[oweals/gnunet.git] / src / gns / nss / nss_gns.c
index 5991c5a0f5907e37159028fbf9245dcd22799537..77fdc26f76e3110a5ae4ede447722358ef1ed985 100644 (file)
@@ -252,19 +252,10 @@ enum nss_status _nss_gns_gethostbyaddr_r(
     size_t buflen,
     int *errnop,
     int *h_errnop) {
-
-    /* we dont do this */
-
-    enum nss_status status = NSS_STATUS_UNAVAIL;
-
+  
     *errnop = EINVAL;
     *h_errnop = NO_RECOVERY;
-
-    /* Check for address types */
-
-    *h_errnop = NO_RECOVERY;
-
-    status = NSS_STATUS_NOTFOUND;
-    return status;
+    //NOTE we allow to leak this into DNS so no NOTFOUND
+    return NSS_STATUS_UNAVAIL;
 }