diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-12-16 13:33:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-12-16 13:33:10 +0000 |
commit | a018048173f4e0c1cb721102b72fd43ff6b7a0be (patch) | |
tree | 3aad71367c219da4a58f91cedb9c663d662665c1 | |
parent | e7b91ae934b0bec9d9dbd032098b19f83e718671 (diff) | |
download | mtk-20170518-a018048173f4e0c1cb721102b72fd43ff6b7a0be.zip mtk-20170518-a018048173f4e0c1cb721102b72fd43ff6b7a0be.tar.gz mtk-20170518-a018048173f4e0c1cb721102b72fd43ff6b7a0be.tar.bz2 |
fix wificonf compile error (#137)
SVN-Revision: 2698
-rw-r--r-- | openwrt/package/wificonf/wificonf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/wificonf/wificonf.c b/openwrt/package/wificonf/wificonf.c index 4096617..1ac0ca8 100644 --- a/openwrt/package/wificonf/wificonf.c +++ b/openwrt/package/wificonf/wificonf.c @@ -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; |