[svn:mod_parrot] r589 - mod_parrot/trunk/src
[email protected] Sun, 11 Jan 2009 08:38:27 -0800 (PST)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Sun Jan 11 08:38:26 2009
New Revision: 589
Modified:
mod_parrot/trunk/src/modparrot_config.c
Log:
initialize so_path to NULL if not FreeBSD
Modified: mod_parrot/trunk/src/modparrot_config.c
==============================================================================
--- mod_parrot/trunk/src/modparrot_config.c (original)
+++ mod_parrot/trunk/src/modparrot_config.c Sun Jan 11 08:38:26 2009
@@ -104,6 +104,8 @@
fprintf(stderr, "dlinfo: %s", dlerror());
}
}
+#else /* (__FreeBSD__) */
+ cfg->so_path = NULL;
#endif /* (__FreeBSD__) */
/* destroy context pool on cleanup */