DAHDI: usse lower-case name to parse correctly by vty code

This commit is contained in:
Harald Welte 2011-02-14 16:31:53 +01:00
parent 59eee42b05
commit ebec58e8ba
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ static int dahdi_fd_cb(struct bsc_fd *bfd, unsigned int what)
static int dahdi_e1_line_update(struct e1inp_line *line);
struct e1inp_driver dahdi_driver = {
.name = "DAHDI",
.name = "dahdi",
.want_write = ts_want_write,
.line_update = &dahdi_e1_line_update,
};