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@digium.com> Acked-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com> Acked-by: Oron Peled <oron.peled@xorcom.com>
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user