From 1a4aaf18f5ec6149315aabc53dbe667f1abfdb62 Mon Sep 17 00:00:00 2001 From: john haque Date: Sat, 21 Apr 2012 05:52:19 -0500 Subject: Add optional shutdown routine for an extension lib. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 8a38a760..570c0d53 100644 --- a/main.c +++ b/main.c @@ -637,7 +637,7 @@ out: /* load extension libs */ for (s = srcfiles->next; s != srcfiles; s = s->next) { if (s->stype == SRC_EXTLIB) - (void) load_ext(s->fullpath, "dlload", NULL); + (void) load_ext(s, NULL, NULL, NULL); else have_srcfile++; } -- cgit v1.2.3