diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-16 13:33:10 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-16 13:33:10 +0000 |
commit | 5a4c6e5f7dce21683aa0fff2e6a06da49e976b00 (patch) | |
tree | eaf81e85a1f502601f8233fda11b21cbe70d66b4 /package/wificonf/wificonf.c | |
parent | 6f35f0363b0500981f09ea008859259815005f5c (diff) |
fix wificonf compile error (#137)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2698 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wificonf/wificonf.c')
-rw-r--r-- | package/wificonf/wificonf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wificonf/wificonf.c b/package/wificonf/wificonf.c index 4096617edd..1ac0ca880e 100644 --- a/package/wificonf/wificonf.c +++ b/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; |