]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
freetdm: we need a channel iterator *sigh*
authorMoises Silva <moy@sangoma.com>
Tue, 25 May 2010 17:35:30 +0000 (13:35 -0400)
committerMoises Silva <moy@sangoma.com>
Tue, 25 May 2010 17:35:30 +0000 (13:35 -0400)
libs/freetdm/src/ftmod/ftmod_analog/ftmod_analog.c

index b3af374725ea3c9deff9a8373ef2dfeb73d5b657..2863dc1cf568dbf7fe5f39a7addc154879e70f0d 100644 (file)
@@ -162,7 +162,7 @@ static FIO_SIG_CONFIGURE_FUNCTION(ftdm_analog_configure_span)
        int *intval;
        uint32_t flags = FTDM_ANALOG_CALLERID;
        int callwaiting = 1;
-       int i = 0;
+       unsigned int i = 0;
 
        assert(sig_cb != NULL);
        ftdm_log(FTDM_LOG_DEBUG, "Configuring span %s for analog signaling ...\n", span->name);