Merged revisions 138412 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r138412 | tilghman | 2008-08-16 08:07:08 -0500 (Sat, 16 Aug 2008) | 2 lines

Fix compilation warnings (found with dev-mode)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@138414 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.1
Tilghman Lesher 18 years ago
parent 88d23d712e
commit 2b11ad30d6

@ -12000,8 +12000,10 @@ retry:
static int setup_dahdi(int reload);
static int dahdi_restart(void)
{
int i, j, cancel_code;
#if defined(HAVE_PRI)
int i, j;
#endif
int cancel_code;
struct dahdi_pvt *p;
ast_mutex_lock(&restart_lock);

Loading…
Cancel
Save