]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak types
authorMichael Jerris <mike@jerris.com>
Sun, 20 May 2007 15:28:49 +0000 (15:28 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 20 May 2007 15:28:49 +0000 (15:28 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@54 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/zap_wanpipe.c

index 9b5fbf43da52a4f6411b4ec54aac26f0118899ca..98325449e9911e4525585c25eaaaa26bfd6c92e7 100644 (file)
@@ -48,7 +48,7 @@ static zap_status_t wp_tdm_cmd_exec(zap_channel_t *zchan, wanpipe_tdm_api_t *tdm
 {
        int err;
 
-       err = tdmv_api_ioctl(zchan->sockfd, &tdm_api->wp_tdm_cmd);
+       err = tdmv_api_ioctl(zchan->sockfd, tdm_api);
        
        if (err) {
                snprintf(zchan->last_error, sizeof(zchan->last_error), "%s", strerror(errno));