[dahdi-commits] dahdi/linux.git branch "master" updated.

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon Jan 6 13:28:46 CST 2014


branch "master" has been updated
       via  c49a56c954616d64b3596f2020714db77c98dffd (commit)
      from  e6b16eace164d4b7edbeaf415965870fb7445cf9 (commit)

Summary of changes:
 drivers/dahdi/dahdi-base.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit c49a56c954616d64b3596f2020714db77c98dffd
Author: Shaun Ruffell <sruffell at digium.com>
Date:   Mon Jan 6 13:03:04 2014 -0600

    dahdi: Change auto_assign_spans default from 1 to 0.
    
    The infrastructure has been put in place in 2.8.0 for fully dynamic device and
    span configuration. This will be the default mode in DAHDI-Linux 2.9.0.
    
    Signed-off-by: Shaun Ruffell <sruffell at digium.com>
    Acked-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
    Acked-by: Russ Meyerriecks <rmeyerriecks at digium.com>
    Acked-by: Oron Peled <oron.peled at xorcom.com>

diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index 908001a..bda0ae7 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -7373,7 +7373,7 @@ int dahdi_assign_device_spans(struct dahdi_device *ddev)
 	return 0;
 }
 
-static int auto_assign_spans = 1;
+static int auto_assign_spans;
 static const char *UNKNOWN = "";
 
 /**

-----------------------------------------------------------------------


-- 
dahdi/linux.git



More information about the dahdi-commits mailing list