Revert "dahdi: Change auto_assign_spans default from 1 to 0."
This reverts commit c49a56c954
.
Delaying this feature until after v2.9 release.
This commit is contained in:
parent
1add33efe7
commit
be94aa11bb
@ -7373,7 +7373,7 @@ int dahdi_assign_device_spans(struct dahdi_device *ddev)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int auto_assign_spans;
|
static int auto_assign_spans = 1;
|
||||||
static const char *UNKNOWN = "";
|
static const char *UNKNOWN = "";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user