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 | a8ce3024b7a160e9d20a0a6f1dd613bdaef9194c (patch) | |
| tree | 194430a82fab39e48654cffd5b2986ed1e75ae50 | |
| parent | b2f14b3640d6ff84b737168522fa4196a58e5448 (diff) | |
| download | upstream-a8ce3024b7a160e9d20a0a6f1dd613bdaef9194c.tar.gz upstream-a8ce3024b7a160e9d20a0a6f1dd613bdaef9194c.tar.bz2 upstream-a8ce3024b7a160e9d20a0a6f1dd613bdaef9194c.zip | |
fix wificonf compile error (#137)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2698 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 4096617edd8..1ac0ca880e2 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; |
