tweak types

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@54 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2007-05-20 15:28:49 +00:00
parent e73424f36d
commit 18b8c77d74
1 changed files with 1 additions and 1 deletions

View 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));