projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275)
[openwrt.git]
/
package
/
hostapd
/
patches
/
600-terminate_on_setup_failure.patch
diff --git
a/package/hostapd/patches/600-terminate_on_setup_failure.patch
b/package/hostapd/patches/600-terminate_on_setup_failure.patch
index
9a7e889
..
63d3ec5
100644
(file)
--- a/
package/hostapd/patches/600-terminate_on_setup_failure.patch
+++ b/
package/hostapd/patches/600-terminate_on_setup_failure.patch
@@
-66,8
+66,8
@@
+ goto error;
}
+ goto error;
}
- wpa_printf(MSG_DEBUG, "%s: Setup of interface done.",
-@@ -79
5,6 +792
,11 @@ int hostapd_setup_interface_complete(str
+ if (hapd->setup_complete_cb)
+@@ -79
8,6 +795
,11 @@ int hostapd_setup_interface_complete(str
iface->init_complete(iface);
return 0;
iface->init_complete(iface);
return 0;
This page took
0.024577 seconds
and
4
git commands to generate.