From: Maxim Mamontov Date: Sun, 13 Nov 2016 02:16:23 +0000 (-0500) Subject: Merge branch 'stg-2.409' into stg-2.409-radius X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/187df50a062ce05fd30ff7dd1fa9814fea976b02?hp=578eb285e1182156da434bac44822ac26c503005 Merge branch 'stg-2.409' into stg-2.409-radius --- diff --git a/projects/libs/build b/projects/libs/build index bc615505..4c1fce9b 100755 --- a/projects/libs/build +++ b/projects/libs/build @@ -107,7 +107,6 @@ else if [ "$OS" == "darwin" ] then DEFS="$DEFS -DDARWIN" - LIBICONV="" fi fi fi diff --git a/projects/rscriptd/build b/projects/rscriptd/build index a2926ed0..995a9373 100755 --- a/projects/rscriptd/build +++ b/projects/rscriptd/build @@ -95,7 +95,6 @@ else then DEFS="$DEFS -DDARWIN" LIB_THREAD=-lpthread - LIBICONV="" else LIB_THREAD=-lc_r fi diff --git a/projects/rscriptd/listener.cpp b/projects/rscriptd/listener.cpp index cc2a0560..0b626afd 100644 --- a/projects/rscriptd/listener.cpp +++ b/projects/rscriptd/listener.cpp @@ -396,6 +396,7 @@ while (it != pending.end() && count < 256) { printfd(__FILE__, "Disconnect user '%s'\n", it->login.c_str()); // Disconnect existing user + uit->params = it->params; Disconnect(*uit); users.erase(uit); } diff --git a/projects/sgauth/build b/projects/sgauth/build index cef1da1d..5f8821b0 100755 --- a/projects/sgauth/build +++ b/projects/sgauth/build @@ -97,7 +97,6 @@ else then DEFS="$DEFS -DDARWIN" LIB_THREAD=-lpthread - LIBICONV="" else LIB_THREAD=-lc_r fi diff --git a/projects/sgconf/build b/projects/sgconf/build index e2eb835b..7ac18e3c 100755 --- a/projects/sgconf/build +++ b/projects/sgconf/build @@ -94,7 +94,6 @@ else then DEFS="$DEFS -DDARWIN" LIB_THREAD=-lpthread - LIBICONV="" else LIB_THREAD=-lc_r fi diff --git a/projects/sgconv/build b/projects/sgconv/build index 1bc23718..5fa0f23c 100755 --- a/projects/sgconv/build +++ b/projects/sgconv/build @@ -100,7 +100,6 @@ else then DEFS="$DEFS -DDARWIN" LIB_THREAD=-lpthread - LIBICONV="" else LIB_THREAD=-lc_r fi diff --git a/projects/stargazer/build b/projects/stargazer/build index a43e3e13..5c2faf26 100755 --- a/projects/stargazer/build +++ b/projects/stargazer/build @@ -131,7 +131,6 @@ else then DEFS="$DEFS -DDARWIN" LIB_THREAD=-lpthread - LIBICONV="" else LIB_THREAD=-lc_r fi