PPP: Fix an incorrect function call that was causing dahdi.so to fail to load

git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@9220 17933a7a-c749-41c5-a318-cba88f637d49
This commit is contained in:
Kinsey Moore 2010-08-31 16:12:53 +00:00
parent 466357f5c2
commit 8eea3312e5
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ int setdevname_dahdi(const char *cp)
} }
} }
dahdi__copy_string(devnam, cp, sizeof(devnam)); dahdi_copy_string(devnam, cp, sizeof(devnam));
info("Using DAHDI device '%s'\n", devnam); info("Using DAHDI device '%s'\n", devnam);