From f93386feb19cc26c0e10ba9208afaba7a790ee5c Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 23 May 2008 15:19:32 +0000 Subject: various minor fixes and get dahdi_tool to actually be built git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4340 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- dahdi_scan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dahdi_scan.c') diff --git a/dahdi_scan.c b/dahdi_scan.c index 23d5226..5f7fe48 100644 --- a/dahdi_scan.c +++ b/dahdi_scan.c @@ -46,8 +46,8 @@ int main(int argc, char *argv[]) char buf[100]; char alarms[50]; - if ((ctl = open("/dev/zap/ctl", O_RDWR)) < 0) { - fprintf(stderr, "Unable to open /dev/zap/ctl: %s\n", strerror(errno)); + if ((ctl = open("/dev/dahdi/ctl", O_RDWR)) < 0) { + fprintf(stderr, "Unable to open /dev/dahdi/ctl: %s\n", strerror(errno)); exit(1); } -- cgit v1.2.3