projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f14b3
)
fix wificonf compile error (#137)
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 16 Dec 2005 13:33:10 +0000
(13:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 16 Dec 2005 13:33:10 +0000
(13:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2698
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/wificonf/wificonf.c
patch
|
blob
|
history
diff --git
a/openwrt/package/wificonf/wificonf.c
b/openwrt/package/wificonf/wificonf.c
index
4096617
..
1ac0ca8
100644
(file)
--- 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;