]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
wme_test: Added missing declaration when compiled without FWP
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 24 Jul 2009 16:06:29 +0000 (18:06 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 24 Jul 2009 16:06:29 +0000 (18:06 +0200)
wme_test/wclient.c

index 45619e230d4865cf463c52e7d1e885f966066a51..9141062bf257cc1af3aedd7bfa95c49dea80f3e1 100644 (file)
@@ -1034,6 +1034,7 @@ int main(int argc, char *argv[])
                error(1, errno, "FWP initialization failed");
        }
 #else
+       int ac;
        /* create four receivers each per AC */
        for (ac = AC_NUM - 1; ac >= 0; ac--) {
                ac_sockfd[ac] = create_ac_socket(ac);