summaryrefslogtreecommitdiff
path: root/dahdi_cfg.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-08-24 10:53:22 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-08-24 10:53:22 +0000
commit6c0aa6dd7e17243cb502a0fcdd68794fd71d6993 (patch)
treec1c99b340b81db113bd3c22f34cb07899770004e /dahdi_cfg.c
parent6c7e3be3aa065aeb817c679f08439e3d3e1fc5cd (diff)
We've got a new "zap" string to zap.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4822 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'dahdi_cfg.c')
-rw-r--r--dahdi_cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dahdi_cfg.c b/dahdi_cfg.c
index 051888d..4fd6c12 100644
--- a/dahdi_cfg.c
+++ b/dahdi_cfg.c
@@ -668,7 +668,7 @@ static void apply_fiftysix(void)
for (x = 1; x < DAHDI_MAX_CHANNELS; x++) {
chanfd = open("/dev/dahdi/channel", O_RDWR);
if (chanfd == -1) {
- fprintf(stderr, "Couldn't open /dev/zap/channel\n");
+ fprintf(stderr, "Couldn't open /dev/dahdi/channel\n");
exit(-1);
}