Make sure we pass the call back in the setup_ack

git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.2@327 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Matthew Fredrickson
2006-04-27 16:08:39 +00:00
parent 8bf694a4f5
commit 856498556b
2 changed files with 2 additions and 0 deletions

View File

@@ -359,6 +359,7 @@ typedef struct pri_event_proceeding {
typedef struct pri_event_setup_ack {
int e;
int channel;
q931_call *call;
} pri_event_setup_ack;
typedef struct pri_event_notify {