fix wificonf compile error (#137)
authorFelix Fietkau <nbd@openwrt.org>
Fri, 16 Dec 2005 13:33:10 +0000 (13:33 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 16 Dec 2005 13:33:10 +0000 (13:33 +0000)
SVN-Revision: 2698

openwrt/package/wificonf/wificonf.c

index 4096617edd872922c55738b847e650a4a1918841..1ac0ca880e21b7904b7bdf17522ac867d4ab9750 100644 (file)
@@ -396,6 +396,7 @@ void start_watchdog(int skfd, char *ifname)
        char *v, *next;
        unsigned char buf[8192], buf2[8192], wbuf[80], *p, *tmp;
        int wds = 0, i, j, restart_wds;
+       wlc_ssid_t ssid;
 
        if (fork())
                return;