Updated Branches: refs/heads/master 6ce376a8f -> afd86ed6f
build fixes Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/afd86ed6 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/afd86ed6 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/afd86ed6 Branch: refs/heads/master Commit: afd86ed6fefc248b05dbe703685a0b7278b76442 Parents: 6ce376a Author: James Peach <[email protected]> Authored: Mon Dec 16 16:28:56 2013 -0800 Committer: James Peach <[email protected]> Committed: Mon Dec 16 16:28:56 2013 -0800 ---------------------------------------------------------------------- proxy/Main.cc | 4 ++-- proxy/Plugin.cc | 7 ------- 2 files changed, 2 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/afd86ed6/proxy/Main.cc ---------------------------------------------------------------------- diff --git a/proxy/Main.cc b/proxy/Main.cc index eb78e37..114ade8 100644 --- a/proxy/Main.cc +++ b/proxy/Main.cc @@ -233,8 +233,8 @@ init_system() init_signals(stackDump == 1); - syslog(LOG_NOTICE, "NOTE: --- %s Starting ---", appVersion.AppStr); - syslog(LOG_NOTICE, "NOTE: %s Version: %s", appVersion.AppStr, appVersionInfo.FullVersionInfoStr); + syslog(LOG_NOTICE, "NOTE: --- %s Starting ---", appVersionInfo.AppStr); + syslog(LOG_NOTICE, "NOTE: %s Version: %s", appVersionInfo.AppStr, appVersionInfo.FullVersionInfoStr); // // Delimit file Descriptors http://git-wip-us.apache.org/repos/asf/trafficserver/blob/afd86ed6/proxy/Plugin.cc ---------------------------------------------------------------------- diff --git a/proxy/Plugin.cc b/proxy/Plugin.cc index b75fa52..56e2a68 100644 --- a/proxy/Plugin.cc +++ b/proxy/Plugin.cc @@ -89,12 +89,6 @@ dll_error(void * /* dlp ATS_UNUSED */) } static void -dll_close(void *dlp) -{ - dlclose(dlp); -} - -static void plugin_load(int argc, char *argv[]) { char path[PATH_NAME_MAX + 1]; @@ -145,7 +139,6 @@ plugin_load(int argc, char *argv[]) plugin_reg_list.push(plugin_reg_current); plugin_reg_current = NULL; - //dll_close(handle); } static char *
