Fixed chan_skinny for systems were pthread_t isn't an int.

I'm looking at you, OS X.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394156 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/78/78/1
David M. Lee 12 years ago
parent 6a2b3af90c
commit 043a71ee76

@ -8658,7 +8658,7 @@ static int unload_module(void)
struct skinny_line *l;
struct skinny_subchannel *sub;
struct ast_context *con;
int tempthread;
pthread_t tempthread;
ast_rtp_glue_unregister(&skinny_rtp_glue);
ast_channel_unregister(&skinny_tech);

Loading…
Cancel
Save