[Pkg-voip-commits] [dahdi-tools] 03/285: PPP: Fix an incorrect function call that was causing dahdi.so to fail to load

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 8eea3312e52c932d360b3599e95bcfe3ba70c103
Author: Kinsey Moore <kmoore at digium.com>
Date:   Tue Aug 31 16:12:53 2010 +0000

    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
---
 ppp/dahdi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ppp/dahdi.c b/ppp/dahdi.c
index 6991ccf..4e62355 100644
--- a/ppp/dahdi.c
+++ b/ppp/dahdi.c
@@ -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);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list