From 2a18f0d45900c2895f7f6b04c957291abeb6dced Mon Sep 17 00:00:00 2001 From: tzafrir Date: Thu, 7 Jun 2007 21:54:07 +0000 Subject: Some XPP bugfixes: * Fix FXO power denial detection (changeset:4054) * Incorrect data type could cause FXO module to go off-hook (changeset:4048) * xpp_fxloader: fix the error message when you want to disable automatic firmware loading... (changeset:4060) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2589 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/utils/xpp_fxloader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp/utils') diff --git a/xpp/utils/xpp_fxloader b/xpp/utils/xpp_fxloader index eb46ccc..5584b5f 100644 --- a/xpp/utils/xpp_fxloader +++ b/xpp/utils/xpp_fxloader @@ -215,7 +215,7 @@ esac ## # allow disabling automatic hotplugging: -if [ "$XPP_HOTPLUG_DISABLED" != '' ]; then return 0; fi +if [ "$XPP_HOTPLUG_DISABLED" != '' ]; then exit 0; fi if [ "$ACTION" = "add" ] && [ -w "$DEVICE" ] then -- cgit v1.2.3