summaryrefslogtreecommitdiffstats
path: root/libarptc
diff options
context:
space:
mode:
Diffstat (limited to 'libarptc')
-rw-r--r--libarptc/libarptc_incl.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/libarptc/libarptc_incl.c b/libarptc/libarptc_incl.c
index 9c1aeac..1d2e8b7 100644
--- a/libarptc/libarptc_incl.c
+++ b/libarptc/libarptc_incl.c
@@ -257,22 +257,7 @@ TC_INIT(const char *tablename)
== NULL)
return NULL;
-/* Too hard --RR */
-#if 0
- sprintf(pathname, "%s/%s", ARPT_LIB_DIR, info.name);
- dynlib = dlopen(pathname, RTLD_NOW);
- if (!dynlib) {
- errno = ENOENT;
- return NULL;
- }
- h->hooknames = dlsym(dynlib, "hooknames");
- if (!h->hooknames) {
- errno = ENOENT;
- return NULL;
- }
-#else
h->hooknames = hooknames;
-#endif
/* Initialize current state */
h->info = info;