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

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Tue Jan 21 16:52:47 CST 2014


branch "master" has been updated
       via  be94aa11bb2905c5e07428eec90b01030894cd0f (commit)
      from  1add33efe7adaf0f76e54610b7805c12f6b3e193 (commit)

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


- Log -----------------------------------------------------------------
commit be94aa11bb2905c5e07428eec90b01030894cd0f
Author: Russ Meyerriecks <rmeyerriecks at digium.com>
Date:   Tue Jan 21 16:36:44 2014 -0600

    Revert "dahdi: Change auto_assign_spans default from 1 to 0."
    
    This reverts commit c49a56c954616d64b3596f2020714db77c98dffd.
    
    Delaying this feature until after v2.9 release.

diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index bda0ae7..908001a 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;
+static int auto_assign_spans = 1;
 static const char *UNKNOWN = "";
 
 /**

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


-- 
dahdi/linux.git



More information about the dahdi-commits mailing list