/*
- * $Id: neighbors.cc,v 1.296 2001/06/26 17:17:53 wessels Exp $
+ * $Id: neighbors.cc,v 1.297 2001/06/26 21:02:05 wessels Exp $
*
* DEBUG: section 15 Neighbor Routines
* AUTHOR: Harvest Derived
checklist.my_addr = request->my_addr;
checklist.my_port = request->my_port;
checklist.request = request;
-#if USE_IDENT
+#if 0 && USE_IDENT
+ /*
+ * this is currently broken because 'request->user_ident' has been
+ * moved to conn->rfc931 and we don't have access to the parent
+ * ConnStateData here.
+ */
if (request->user_ident[0])
- xstrncpy(checklist.ident, request->user_ident, USER_IDENT_SZ);
+ xstrncpy(checklist.rfc931, request->user_ident, USER_IDENT_SZ);
#endif
return aclCheckFast(p->access, &checklist);
}