From bdf62907b95258c8758fb4e37e4a3044b1b17aa0 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Wed, 28 Jan 2009 09:51:58 +0000 Subject: xpp_sync: Fix an NT/TE mixup (in automatic syncers order) The respective code in DAHDI has already been fixed by rewriting. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4620 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- kernel/xpp/utils/xpp_sync | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/xpp/utils/xpp_sync b/kernel/xpp/utils/xpp_sync index 1438f50..d5b340a 100755 --- a/kernel/xpp/utils/xpp_sync +++ b/kernel/xpp/utils/xpp_sync @@ -60,11 +60,11 @@ sub get_sorted_xpds() { # Sync Priority return - @pri_nt_xpds, - @bri_nt_xpds, - @fxo_xpds, @pri_te_xpds, @bri_te_xpds, + @fxo_xpds, + @pri_nt_xpds, + @bri_nt_xpds, @fxs_xpds; } -- cgit v1.2.3