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:
parent
466357f5c2
commit
8eea3312e5
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user